diff options
Diffstat (limited to 'client/components/Tasks/TaskFormView.jsx')
| -rw-r--r-- | client/components/Tasks/TaskFormView.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/Tasks/TaskFormView.jsx b/client/components/Tasks/TaskFormView.jsx index 36660de..e296a66 100644 --- a/client/components/Tasks/TaskFormView.jsx +++ b/client/components/Tasks/TaskFormView.jsx @@ -4,7 +4,7 @@ import { Link } from 'react-router-dom' import client from '../../client.js' export default function TaskFormView (props) { - console.log(props) + // console.log(props) return ( <div class='form'> <div> |
