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