remove duplicate center
This commit is contained in:
parent
1f776c2a77
commit
cf544cb8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class PinnedEventsDrawer extends HookConsumerWidget {
|
|||
);
|
||||
},
|
||||
),
|
||||
AsyncLoading() => Center(child: Loading()),
|
||||
AsyncLoading() => Loading(),
|
||||
AsyncError(:final error) => Center(
|
||||
child: Column(
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue