From 51a25b640f6703fe1986d8dec9a1f777379ace5d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 4 Jan 2021 14:16:45 -0300 Subject: [PATCH] Modal Upgrades --- components/ui/Modal/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Modal/Modal.tsx b/components/ui/Modal/Modal.tsx index 9b53e2650..caee12bb9 100644 --- a/components/ui/Modal/Modal.tsx +++ b/components/ui/Modal/Modal.tsx @@ -1,4 +1,4 @@ -import { FC, useRef, useEffect, useCallback } from 'react' +import { FC, useRef, useEffect } from 'react' import Portal from '@reach/portal' import s from './Modal.module.css' import { Cross } from '@components/icons'