From 57cbb28278fdf353fc4d3067b2618c2f0e1f5c58 Mon Sep 17 00:00:00 2001 From: szymonrybczak Date: Thu, 10 Oct 2024 14:45:02 +0200 Subject: [PATCH] fix: remove trigger action comment --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 37d1875233d2..177cc00c7dee 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,8 +52,6 @@ LogBox.ignoreLogs([ 'Setting a timer for a long period of time', ]); -// trigger action comment - const fill = {flex: 1}; const StrictModeWrapper = CONFIG.USE_REACT_STRICT_MODE_IN_DEV ? React.StrictMode : ({children}: {children: React.ReactElement}) => children;