mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix: only display 'show all' if there are more than 4 entries
This commit is contained in:
@@ -31,4 +31,6 @@ export const QUICK_DATES = [
|
||||
{ label: 'Sunday', value: 'this sunday' },
|
||||
] as const
|
||||
|
||||
export const MAX_COIN_LIMIT = 9999
|
||||
export const MAX_COIN_LIMIT = 9999
|
||||
|
||||
export const DESKTOP_DISPLAY_ITEM_COUNT = 4
|
||||
Reference in New Issue
Block a user