Skip to content

Commit

Permalink
Fix smartcoin search
Browse files Browse the repository at this point in the history
No longer lose focus when searching for smartcoins
  • Loading branch information
grctest committed Feb 17, 2025
1 parent bb150a8 commit b1eb400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Smartcoins.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export default function Smartcoins(properties) {
</CardHeader>
<CardContent>
<Tabs
key={`Tabs_${activeTab ?? ""}${activeSearch ?? ""}${thisInput ?? ""}`}
key={`Tabs_${activeTab ?? ""}${activeSearch ?? ""}`}
defaultValue={activeTab ?? "all"}
className="w-full"
>
Expand Down

0 comments on commit b1eb400

Please sign in to comment.