From 6fd3e8633c42f5541cb3aa29d5b9febc3c979ef5 Mon Sep 17 00:00:00 2001 From: Mirkan Date: Mon, 16 Dec 2019 13:31:38 +0300 Subject: [PATCH] Fix typo in tabs --- lib/screens/notification.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/notification.dart b/lib/screens/notification.dart index afa58ba..224feb9 100644 --- a/lib/screens/notification.dart +++ b/lib/screens/notification.dart @@ -144,7 +144,7 @@ $key: pullRequest(number: ${item.number}) { Widget build(context) { return TabStatefulScaffold( title: AppBarTitle('Notifications'), - tabs: ['Unread', 'Paticipating', 'All'], + tabs: ['Unread', 'Participating', 'All'], fetchData: fetchNotifications, bodyBuilder: (groupMap, activeTab) { if (groupMap.isEmpty) return EmptyWidget();