From a3973f32586759a5f200161195d714acba92810f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Mon, 8 Feb 2021 12:47:05 +0000 Subject: [PATCH] Remove comment --- new-lamassu-admin/src/components/DeleteDialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/new-lamassu-admin/src/components/DeleteDialog.js b/new-lamassu-admin/src/components/DeleteDialog.js index e5a20f45..d3f1bd52 100644 --- a/new-lamassu-admin/src/components/DeleteDialog.js +++ b/new-lamassu-admin/src/components/DeleteDialog.js @@ -4,7 +4,6 @@ import { DialogContent, makeStyles } from '@material-ui/core' -// import * as R from 'ramda' import React from 'react' import { Button, IconButton } from 'src/components/buttons'