From 7d30c8032002ad68d3b465151d9e8dbbfc9ee3b5 Mon Sep 17 00:00:00 2001 From: moo-onthelawn <70078372+moo-onthelawn@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:56:57 -0500 Subject: [PATCH] fix (#269) --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) 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), ];