Skip to content

Commit

Permalink
this makes it not weird
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn committed Feb 4, 2024
1 parent 0dd822f commit 19ebbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/ChartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { z } from 'zod'
import { BudgetChart } from '../graph/BudgetChart'

const DEFAULT_DAY_RANGE = 50
const DEFAULT_BUDGET = '$10,000'
const DEFAULT_BUDGET = '$0'

function parseMoney(money: string) {
return parseInt(money.replace(/\D/g, ''))
Expand Down

0 comments on commit 19ebbd0

Please sign in to comment.