Skip to content

Commit e7c9a45

Browse files
committed
fix: solve searchbar label warning
1 parent 7f7a1e9 commit e7c9a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Transactions/DisplayTransactions/DisplayTransactions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default function DisplayTransactions() {
5151
return (
5252
<Container>
5353
<StyledSearchbar
54+
aria-label="Search by title or address"
5455
placeholder="Search by title or address"
5556
value={search}
5657
onChange={(value) => setSearch(value)}

0 commit comments

Comments
 (0)