From e7b3a550b7c0d564fef787a11432f9de4f3988ec Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 28 Aug 2019 10:10:35 +0200 Subject: Fix linting issues --- src/components/settings/account/AccountDashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/settings/account') diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js index e1f87cdd3..c9eb8aeda 100644 --- a/src/components/settings/account/AccountDashboard.js +++ b/src/components/settings/account/AccountDashboard.js @@ -4,7 +4,7 @@ import { observer, PropTypes as MobxPropTypes } from 'mobx-react'; import { defineMessages, intlShape } from 'react-intl'; import ReactTooltip from 'react-tooltip'; import { - ProBadge, H2, H1, H3, + ProBadge, H1, H2, } from '@meetfranz/ui'; import moment from 'moment'; -- cgit v1.2.3-54-g00ecf