[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-10 17:50:44 +00:00
committed by GitHub
parent 9aaa5f5123
commit 850801f887

View File

@@ -104,7 +104,7 @@ export const closeBudget = createAppAsyncThunk(
const prefs = getState().prefs.local;
if (prefs && prefs.id) {
await dispatch(resetApp());
queryClient.clear()
queryClient.clear();
await dispatch(setAppState({ loadingText: t('Closing...') }));
await send('close-budget');
await dispatch(setAppState({ loadingText: null }));