Fix typo in tabs

This commit is contained in:
Mirkan 2019-12-16 13:31:38 +03:00 committed by Rongjian Zhang
parent cb82b48ed0
commit 6fd3e8633c
1 changed files with 1 additions and 1 deletions

View File

@ -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();