From 7072182d8f7d5c92c84d6518bb438f6c89d4457d Mon Sep 17 00:00:00 2001 From: Daniel Medina Date: Wed, 18 May 2022 11:14:59 -0500 Subject: [PATCH] :art: Formatted modal component --- components/Modal.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/Modal.tsx b/components/Modal.tsx index af386c1..e48aa9b 100644 --- a/components/Modal.tsx +++ b/components/Modal.tsx @@ -1,7 +1,6 @@ import React from "react"; const Modal = ({ title, hide, confirmDelete }: any) => { - return (
@@ -11,7 +10,10 @@ const Modal = ({ title, hide, confirmDelete }: any) => {
{title}
-