Skip to content

Commit

Permalink
Fix after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Aug 29, 2024
1 parent 0e663a1 commit 36383bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function WorkspaceExpensifyCardDetailsPage({route}: WorkspaceExpensifyCardDetail
Card.openCardDetailsPage(Number(cardID));
}, [cardID]);

useNetwork({onReconnect: fetchCardDetails});
const {isOffline} = useNetwork({onReconnect: fetchCardDetails});

useEffect(() => fetchCardDetails(), [fetchCardDetails]);

Expand Down

0 comments on commit 36383bf

Please sign in to comment.