From 5742845b7c462dc699f714acf0b6f4376c9310b0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 4 Oct 2022 18:43:15 -0700 Subject: [PATCH] Fix values in the follow form --- web/components/modals/FollowModal/FollowModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/modals/FollowModal/FollowModal.tsx b/web/components/modals/FollowModal/FollowModal.tsx index ca589447a..97f279295 100644 --- a/web/components/modals/FollowModal/FollowModal.tsx +++ b/web/components/modals/FollowModal/FollowModal.tsx @@ -99,11 +99,11 @@ export const FollowModal: FC = ({ handleClose, account, name }
Enter your username @server to follow
handleAccountChange(e.target.value)} placeholder="Your fediverse account @account@server" - defaultValue={account} + defaultValue={remoteAccount} />
You'll be redirected to your Fediverse server and asked to confirm the action.