From 4b61108a9f004f406134714bf64d111dd5f29390 Mon Sep 17 00:00:00 2001 From: Liordino Neto Date: Sun, 25 Oct 2020 11:20:42 -0300 Subject: [PATCH] fix: removed more unnecessary comments --- .../src/pages/Customers/components/IdCardPhotoCard.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js b/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js index ae063f6b..d193c5ce 100644 --- a/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js +++ b/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js @@ -1,5 +1,4 @@ import { makeStyles, Box } from '@material-ui/core' -// import moment from 'moment' import * as R from 'ramda' import React, { memo } from 'react' @@ -11,8 +10,6 @@ import { import { ReactComponent as CrossedCameraIcon } from 'src/styling/icons/ID/photo/crossed-camera.svg' import { URI } from 'src/utils/apollo' -// import Field from './Field' - const useStyles = makeStyles({ idCardPhotoCard: { width: 325,