diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 18:11:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 18:11:01 +0200 |
| commit | f827f34c60d8660abfe22faf091b79e8220eb0fa (patch) | |
| tree | e0e38df76372ad76e158cc4c5567896c0957e45c /app/client/dashboard | |
| parent | c80b4686ec46504cf7050c4698d16646f18dc70d (diff) | |
delete task x fade
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/tasklist.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( - <div class='taskList rows'> + <div class='tasklist rows'> {taskList} </div> ) |
