Fixed Simple Problem, that occured after migrating to new version.
Still WIP need to fix more Problems
This commit is contained in:
@ -49,8 +49,9 @@ class DeleteTimeProgressAction {
|
||||
}
|
||||
|
||||
void loadTimeProgressListIfUnloaded(Store<AppState> store) {
|
||||
if (!store.state.hasProgressesLoaded)
|
||||
if (!store.state.hasProgressesLoaded) {
|
||||
store.dispatch(LoadTimeProgressListAction());
|
||||
}
|
||||
}
|
||||
|
||||
void loadSettingsIfUnloaded(Store<AppState> store) {
|
||||
|
Reference in New Issue
Block a user