fix: notification wrapper bug

This commit is contained in:
julian 2023-05-09 17:16:12 -06:00
parent e53e7e5055
commit 7e277a829e

View file

@ -93,6 +93,6 @@ class _CryptoNotificationsState extends ConsumerState<CryptoNotifications> {
@override
Widget build(BuildContext context) {
return const Placeholder();
return widget.child;
}
}