mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
Joel Jeremy Marquez
parent
3fc4d1f85e
commit
e04d6e5716
@@ -141,8 +141,7 @@ export const getTags = createAppAsyncThunk(
|
||||
condition: (_, { getState }) => {
|
||||
const { queries } = getState();
|
||||
return (
|
||||
!queries.isTagsLoading &&
|
||||
(queries.isTagsDirty || !queries.isTagsLoaded)
|
||||
!queries.isTagsLoading && (queries.isTagsDirty || !queries.isTagsLoaded)
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user