Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Dec 2, 2023
1 parent c9f4502 commit e5c1820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/assets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ export const PROPERTY_CATEGORIES = [
] as const

export const S2_CELL_LEVELS = [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
// 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
] as const

export const BOOTSTRAP_LEVELS = [1, 3, 5, 7, 9] as const
Expand Down

0 comments on commit e5c1820

Please sign in to comment.