From 8ccdcdf5b4ef2f62ff600410720cb1d0b89699fc Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 6 Dec 2022 19:41:20 -0800 Subject: [PATCH] Fix TS errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We didn't touch these files and they needed to be updated for Fieldset → Input --- components/LoginModal/index.tsx | 10 +++++----- components/SignupModal/index.tsx | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/LoginModal/index.tsx b/components/LoginModal/index.tsx index 2851d6db..a1c501a2 100644 --- a/components/LoginModal/index.tsx +++ b/components/LoginModal/index.tsx @@ -10,7 +10,7 @@ import api from '~utils/api' import { accountState } from '~utils/accountState' import Button from '~components/Button' -import Fieldset from '~components/Input' +import Input from '~components/Input' import CrossIcon from '~public/icons/Cross.svg' import './index.scss' @@ -188,16 +188,16 @@ const LoginModal = (props: Props) => {
-
-
{ -
-
-
-