From d02cbad01f3abfa8a1aad0b55b8bd9cf544090cf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 20 Jul 2017 17:56:19 +0200 Subject: disabled links --- client/components/Tasks/TaskFormView.jsx | 1 - client/components/Tasks/TaskListView.jsx | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client/components/Tasks') diff --git a/client/components/Tasks/TaskFormView.jsx b/client/components/Tasks/TaskFormView.jsx index e296a66..01265b8 100644 --- a/client/components/Tasks/TaskFormView.jsx +++ b/client/components/Tasks/TaskFormView.jsx @@ -4,7 +4,6 @@ import { Link } from 'react-router-dom' import client from '../../client.js' export default function TaskFormView (props) { - // console.log(props) return (
diff --git a/client/components/Tasks/TaskListView.jsx b/client/components/Tasks/TaskListView.jsx index dc1d9b4..47be794 100644 --- a/client/components/Tasks/TaskListView.jsx +++ b/client/components/Tasks/TaskListView.jsx @@ -8,9 +8,10 @@ export default function TaskListView (props) {
{task.id} {task.created_at} - {task.content_file.name} - {task.style_file.name} - {task.alpha} + + + α={task.alpha} +
) // {task.result_file.name} -- cgit v1.2.3-70-g09d2