Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
change(Dashboard): Change title of the Account growth chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sim authored and hanjukim committed Sep 9, 2019
1 parent 3840f7a commit 14b0bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/AccountGrowth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface Results {

const AccountGrowth = () => (
<ChartCard
title="Account growth"
title="Total accounts"
url="/v1/dashboard/account_growth"
renderHeader={(
{ totalAccountCount, monthlyActive }: Results,
Expand Down

0 comments on commit 14b0bfc

Please sign in to comment.