Skip to content

Commit

Permalink
revenue as default for customers
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 29, 2025
1 parent 7e56f07 commit 2134369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ interface ClientPageProps {

const ClientPage: React.FC<ClientPageProps> = ({ organization, customer }) => {
const [selectedMetric, setSelectedMetric] =
React.useState<keyof Metrics>('cumulative_revenue')
React.useState<keyof Metrics>('revenue')
const [hoveredMetricPeriod, setHoveredMetricPeriod] =
React.useState<ParsedMetricPeriod | null>(null)

Expand Down

0 comments on commit 2134369

Please sign in to comment.