MAESTRO: fix prettier formatting for cache files

This commit is contained in:
Mariusz Banach
2026-02-18 03:56:05 +01:00
parent 7d4a0d4abe
commit 902211ac69
3 changed files with 5 additions and 7 deletions

View File

@@ -153,9 +153,9 @@ const useAnalysisCache = (): UseAnalysisCacheState => {
return Boolean(
localStorage.getItem(HEADER_KEY) &&
localStorage.getItem(CONFIG_KEY) &&
localStorage.getItem(RESULT_KEY) &&
localStorage.getItem(TIMESTAMP_KEY),
localStorage.getItem(CONFIG_KEY) &&
localStorage.getItem(RESULT_KEY) &&
localStorage.getItem(TIMESTAMP_KEY),
);
}, []);