Skip to content

Commit

Permalink
Update use_data_view_updates.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored May 17, 2022
1 parent 84776e6 commit ca102ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const useDataViewUpdates = (
}
};

syncDataView(appState.getState(), false);
syncDataView(appState.getState());
stateUpdatesSubscription = appState.state$.subscribe(syncDataView);
}
return () => {
Expand Down

0 comments on commit ca102ae

Please sign in to comment.