Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -30,9 +30,9 @@ export function SubmitButton({
|
|||
</span>
|
||||
)}
|
||||
|
||||
<span aria-live="polite" className="sr-only" role="status">
|
||||
<output aria-live="polite" className="sr-only">
|
||||
{pending || isSuccessful ? 'Loading' : 'Submit form'}
|
||||
</span>
|
||||
</output>
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue