Skip to content

Commit

Permalink
use revenue as default metric on home
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 29, 2025
1 parent da8039e commit 734cc65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const getIntervalStartDate = (

const HeroChart = ({ organization }: HeroChartProps) => {
const [selectedMetric, setSelectedMetric] =
React.useState<keyof Metrics>('cumulative_revenue')
React.useState<keyof Metrics>('revenue')
const [selectedInterval, setSelectedInterval] = React.useState<Interval>(
Interval.DAY,
)
Expand Down

0 comments on commit 734cc65

Please sign in to comment.