aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 10:16:43 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 10:16:43 +0200
commitf0b46fc9655b9e13039f1e4f1b7c0c0def0c0241 (patch)
tree5906a8b32c7ece712f9215a46464df7f25281086 /src/components/ui
parentupdate settings ui (diff)
downloadferdium-app-f0b46fc9655b9e13039f1e4f1b7c0c0def0c0241.tar.gz
ferdium-app-f0b46fc9655b9e13039f1e4f1b7c0c0def0c0241.tar.zst
ferdium-app-f0b46fc9655b9e13039f1e4f1b7c0c0def0c0241.zip
Fix linting issues
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/UpgradeButton/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ui/UpgradeButton/index.js b/src/components/ui/UpgradeButton/index.js
index 4aa494e38..73762f0bf 100644
--- a/src/components/ui/UpgradeButton/index.js
+++ b/src/components/ui/UpgradeButton/index.js
@@ -2,7 +2,6 @@ import React, { Component } from 'react';
2import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
3import { inject, observer } from 'mobx-react'; 3import { inject, observer } from 'mobx-react';
4import { defineMessages, intlShape } from 'react-intl'; 4import { defineMessages, intlShape } from 'react-intl';
5import classnames from 'classnames';
6 5
7import { Button } from '@meetfranz/forms'; 6import { Button } from '@meetfranz/forms';
8import { gaEvent } from '../../../lib/analytics'; 7import { gaEvent } from '../../../lib/analytics';