From f827f34c60d8660abfe22faf091b79e8220eb0fa Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 5 Jun 2018 18:11:01 +0200 Subject: delete task x fade --- app/client/common/fileList.component.js | 2 +- app/client/dashboard/tasklist.component.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/client/common/fileList.component.js b/app/client/common/fileList.component.js index 6ecd1fe..b70ce55 100644 --- a/app/client/common/fileList.component.js +++ b/app/client/common/fileList.component.js @@ -127,7 +127,7 @@ export const FileRow = props => { } {fields.has('delete') && onDelete && file.id && -
onDelete(file)}>x
+
onDelete(file)}>x
} {props.options && props.options(file)} diff --git a/app/client/dashboard/tasklist.component.js b/app/client/dashboard/tasklist.component.js index a365454..b43481f 100644 --- a/app/client/dashboard/tasklist.component.js +++ b/app/client/dashboard/tasklist.component.js @@ -33,7 +33,7 @@ class TaskList extends Component { ) }) return ( -
+
{taskList}
) -- cgit v1.2.3-70-g09d2