diff --git a/src/App.tsx b/src/App.tsx index d80de5f..a1c0e69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -141,6 +141,7 @@ const providers = [ wrapProvider(LocalNotificationsProvider), wrapProvider(NotificationsProvider), wrapProvider(DialogAreaProvider), + wrapProvider(PotentialMarketsProvider), wrapProvider(AppThemeAndColorModeProvider), ];