Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 29, 2022
1 parent 0eb74fb commit 48676e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/badges-assignment/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 (
<Form>
<div className='page__heading'>
Expand Down

0 comments on commit 48676e2

Please sign in to comment.