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:
parent
cb82b48ed0
commit
6fd3e8633c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user