Skip to content

Commit

Permalink
fixed front end bug with timer pauses through deleting dependency ont…
Browse files Browse the repository at this point in the history
…imecomplete
  • Loading branch information
BeanyBeans committed Feb 5, 2024
1 parent 79df0da commit c5efc84
Show file tree
Hide file tree
Showing 8 changed files with 24,707 additions and 1,999 deletions.
4 changes: 2 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function App() {
<Provider store={store}>
<PersistGate persistor={persistor} loading={null}>
<SafeAreaProvider>
<AuthGuard>
{/* <AuthGuard> */}
<NavigationContainerWithTracking>
<Stack.Navigator
// Consistent styling across all stacked screens
Expand All @@ -59,7 +59,7 @@ export default function App() {
{MergedStacks}
</Stack.Navigator>
</NavigationContainerWithTracking>
</AuthGuard>
{/* </AuthGuard> */}
</SafeAreaProvider>
</PersistGate>
</Provider>
Expand Down
Loading

0 comments on commit c5efc84

Please sign in to comment.