Skip to content

Commit

Permalink
fix: remove trigger action comment
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Oct 10, 2024
1 parent 30335e4 commit 57cbb28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 57cbb28

Please sign in to comment.