Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Dec 8, 2024
1 parent 9d94165 commit 8f19f62
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ useEffect(() => {
}
}, [props.transactionHashes]);

const DropdowntBtnContainer = styled.div`
const DropdownBtnContainer = styled.div`
font-size: 13px;
min-width: 150px;
Expand Down Expand Up @@ -666,7 +666,7 @@ const SubmitBtn = () => {
const selectedOption = btnOptions.find((i) => i.value === selectedStatus);

return (
<DropdowntBtnContainer>
<DropdownBtnContainer>
<div
className="custom-select"
tabIndex="0"
Expand Down Expand Up @@ -718,7 +718,7 @@ const SubmitBtn = () => {
</div>
)}
</div>
</DropdowntBtnContainer>
</DropdownBtnContainer>
);
};

Expand Down

0 comments on commit 8f19f62

Please sign in to comment.