aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-12 09:46:30 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-12 09:46:30 +0200
commit6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b (patch)
tree13368bc19c96310ba17b33fb3fb5ea8a2aeb24fb /src/components/layout
parentfeat(Todos): Move todos toggle to sidebar (diff)
downloadferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.tar.gz
ferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.tar.zst
ferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.zip
fix linting issues
Diffstat (limited to 'src/components/layout')
-rw-r--r--src/components/layout/Sidebar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 128f94959..bac57d4dc 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -9,7 +9,7 @@ import { ctrlKey } from '../../environment';
9import { GA_CATEGORY_WORKSPACES, workspaceStore } from '../../features/workspaces'; 9import { GA_CATEGORY_WORKSPACES, workspaceStore } from '../../features/workspaces';
10import { gaEvent } from '../../lib/analytics'; 10import { gaEvent } from '../../lib/analytics';
11import { todosStore, GA_CATEGORY_TODOS } from '../../features/todos'; 11import { todosStore, GA_CATEGORY_TODOS } from '../../features/todos';
12import todoActions from '../../features/todos/actions'; 12import { todoActions } from '../../features/todos/actions';
13 13
14const messages = defineMessages({ 14const messages = defineMessages({
15 settings: { 15 settings: {