Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Mar 19, 2024
1 parent b34881d commit 02e9db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1532,10 +1532,10 @@ const CONST = {
},
ACTIVE_STATES: cardActiveStates,
LIMIT_TYPES: {
SMART: "smart",
MONTHLY: "monthly",
FIXED: "fixed",
}
SMART: 'smart',
MONTHLY: 'monthly',
FIXED: 'fixed',
},
},
AVATAR_ROW_SIZE: {
DEFAULT: 4,
Expand Down

0 comments on commit 02e9db2

Please sign in to comment.