Skip to content

Commit

Permalink
Remove unused translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ifavo committed Nov 29, 2024
1 parent c39494e commit c64dde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/common/AddressSearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const AddressSearchBox = ({ className, placeholder, onSubmit, id, value,
type="submit"
style="none"
size="none"
aria-label={t('buttons.check')}
className="focus-visible:outline-none focus-visible:ring-black dark:focus-visible:ring-white focus-visible:ring-2 focus-visible:rounded"
>
{hasInput && !isValidating && (
Expand Down

0 comments on commit c64dde6

Please sign in to comment.