fix(#2): state checking

This commit is contained in:
2026-03-10 16:41:26 +01:00
parent 0ffd1e52ae
commit 3fb0f7166b
4 changed files with 14 additions and 7 deletions

View File

@@ -33,4 +33,6 @@ export const QUICK_DATES = [
export const MAX_COIN_LIMIT = 9999
export const DESKTOP_DISPLAY_ITEM_COUNT = 4
export const DESKTOP_DISPLAY_ITEM_COUNT = 4
export const DATA_FRESHNESS_INTERVAL = 30000;