Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jan 4, 2024
1 parent 17a0a33 commit 711bc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/reimburse/WorkspaceReimburseSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function WorkspaceReimburseSection(props) {
return;
}
setShouldShowLoadingSpinner(isLoading);
}, [isLoading]);
}, [prevIsLoading, isLoading]);

if (props.network.isOffline) {
return (
Expand Down

0 comments on commit 711bc6b

Please sign in to comment.