mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
fix: notification wrapper bug
This commit is contained in:
parent
e53e7e5055
commit
7e277a829e
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,6 @@ class _CryptoNotificationsState extends ConsumerState<CryptoNotifications> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
return widget.child;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue