Skip to content
Snippets Groups Projects
Unverified Commit 5ef3ecfe authored by Kyle Doherty's avatar Kyle Doherty
Browse files

lint

parent 9a802eeb
Branches
Tags
No related merge requests found
......@@ -8,8 +8,6 @@ import {
fetchData
} from 'metabase/lib/redux';
import { push } from "react-router-redux";
import MetabaseAnalytics from 'metabase/lib/analytics';
import { GettingStartedApi, XRayApi } from 'metabase/services';
......
......@@ -14,7 +14,7 @@ const SimpleStat = ({ stat, showDescription }) =>
</div>
{ /* call toString to ensure that values like true / false show up */ }
<h1 className="my1">
{stat.value}
{stat.value.toString()}
</h1>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment