Skip to content

Commit

Permalink
Lint Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjscallan committed Mar 12, 2023
1 parent cdc2e85 commit 59118d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/UserReportAPILayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export const UserReportAPILayer = (props: UserReport): JSX.Element => {
.replace('T', '-')
.replace('/-/g', '/')
const splitChars: any = replaceChars.split('-')
const splitHrMinSec: any = String(splitChars[3]).split(':')

setDate(splitChars[1] + '-' + splitChars[2] + '-' + splitChars[0])
})
}, [])
Expand Down

0 comments on commit 59118d2

Please sign in to comment.