mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-03-15 14:53:30 +01:00
MAESTRO: fix prettier formatting for cache files
This commit is contained in:
@@ -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),
|
||||
);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user