aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-04 15:40:04 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-04 15:40:04 +0200
commit14e33c5c230b642785f8612295ccc71910acfe4d (patch)
treec77efd4029d7d62c1333e7bb1408396c8b91220c /src/features/todos
parentbugfixing & polishing (diff)
downloadferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.tar.gz
ferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.tar.zst
ferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.zip
fix linting issues
Diffstat (limited to 'src/features/todos')
-rw-r--r--src/features/todos/components/TodosWebview.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index 9cf925444..9a50f7e8d 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -7,10 +7,9 @@ import { Icon } from '@meetfranz/ui';
7import { defineMessages, intlShape } from 'react-intl'; 7import { defineMessages, intlShape } from 'react-intl';
8 8
9import { mdiChevronRight, mdiCheckAll } from '@mdi/js'; 9import { mdiChevronRight, mdiCheckAll } from '@mdi/js';
10import { Button } from '@meetfranz/forms';
11import * as environment from '../../../environment'; 10import * as environment from '../../../environment';
12import Appear from '../../../components/ui/effects/Appear'; 11import Appear from '../../../components/ui/effects/Appear';
13import ActivateTrialButton from '../../../components/ui/activateTrialButton'; 12import ActivateTrialButton from '../../../components/ui/ActivateTrialButton';
14 13
15const OPEN_TODOS_BUTTON_SIZE = 45; 14const OPEN_TODOS_BUTTON_SIZE = 45;
16const CLOSE_TODOS_BUTTON_SIZE = 35; 15const CLOSE_TODOS_BUTTON_SIZE = 35;