From 1055b1c42dff7c47e1451465163e45e13389b453 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 12 Mar 2023 23:12:39 -0700 Subject: [PATCH] Fix var shadowing --- .../modals/BrowserNotifyModal/BrowserNotifyModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/modals/BrowserNotifyModal/BrowserNotifyModal.tsx b/web/components/modals/BrowserNotifyModal/BrowserNotifyModal.tsx index 96ee7c3d4..5fbe55477 100644 --- a/web/components/modals/BrowserNotifyModal/BrowserNotifyModal.tsx +++ b/web/components/modals/BrowserNotifyModal/BrowserNotifyModal.tsx @@ -113,10 +113,10 @@ export const BrowserNotifyModal = () => { return ( ( + fallbackRender={({ error: e, resetErrorBoundary }) => ( )}