1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-01 08:26:53 +01:00

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

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