mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return const Placeholder();
|
return widget.child;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue