Skip to content

Commit

Permalink
UpdatE
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Jan 24, 2024
1 parent 3c903b3 commit e58fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/More.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const More: React.FC = () => {
</label>
<select
id="home-state"
className="flex-grow appearance-none border-2 rounded-none px-2"
className="flex-grow"
value={homeSt}
onChange={(e) => setHomeSt(e.target.value)}
>
Expand Down

0 comments on commit e58fceb

Please sign in to comment.