From 318fb1d5f016a256b4c738dc81abafc1b38f7e3d Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Sat, 10 Aug 2024 21:39:59 +0800 Subject: [PATCH] fix input error --- src/renderer/src/components/profiles/edit-info-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/profiles/edit-info-modal.tsx b/src/renderer/src/components/profiles/edit-info-modal.tsx index ea8fb9b..c178164 100644 --- a/src/renderer/src/components/profiles/edit-info-modal.tsx +++ b/src/renderer/src/components/profiles/edit-info-modal.tsx @@ -52,7 +52,7 @@ const EditInfoModal: React.FC = (props) => { }} /> - {values.url && ( + {values.type === 'remote' && (