From 8f19f625c5ba820876bf494923bea198764cd4e5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 8 Dec 2024 18:30:11 +0100 Subject: [PATCH] fix spelling --- .../devhub.near/widget/devhub/entity/proposal/Editor.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/devhub.near/widget/devhub/entity/proposal/Editor.jsx b/instances/devhub.near/widget/devhub/entity/proposal/Editor.jsx index 03643e72..0bd63945 100644 --- a/instances/devhub.near/widget/devhub/entity/proposal/Editor.jsx +++ b/instances/devhub.near/widget/devhub/entity/proposal/Editor.jsx @@ -516,7 +516,7 @@ useEffect(() => { } }, [props.transactionHashes]); -const DropdowntBtnContainer = styled.div` +const DropdownBtnContainer = styled.div` font-size: 13px; min-width: 150px; @@ -666,7 +666,7 @@ const SubmitBtn = () => { const selectedOption = btnOptions.find((i) => i.value === selectedStatus); return ( - +
{
)} -
+ ); };