From 48676e2a53e6823094325ff8b0e0f68291048a76 Mon Sep 17 00:00:00 2001 From: Vitor George Date: Fri, 29 Apr 2022 13:19:37 +0100 Subject: [PATCH] lint --- pages/badges-assignment/edit.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/badges-assignment/edit.js b/pages/badges-assignment/edit.js index f65e2b4c..f78c4a39 100644 --- a/pages/badges-assignment/edit.js +++ b/pages/badges-assignment/edit.js @@ -8,7 +8,6 @@ import { toast } from 'react-toastify' import join from 'url-join' import Router from 'next/router' import getConfig from 'next/config' -import { id } from 'date-fns/locale' const { publicRuntimeConfig } = getConfig() const URL = publicRuntimeConfig.APP_URL @@ -159,7 +158,7 @@ export default class EditBadgeAssignment extends Component { toast.error(`Unexpected error, please try again later.`) } }} - render={({ isSubmitting, values, errors, touched }) => { + render={({ isSubmitting, values, errors }) => { return (