Skip to content

Commit

Permalink
Adding space back in
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Jun 23, 2021
1 parent e7dff68 commit bb1565b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export const useSavedView = (props: Props) => {
if (loadingDefaultView || currentView || !shouldLoadDefault) {
return;
}

loadDefaultViewIfSet();
}, [loadDefaultViewIfSet, loadingDefaultView, currentView, shouldLoadDefault]);

Expand Down

0 comments on commit bb1565b

Please sign in to comment.