prettier -w

This commit is contained in:
Michael Kaye
2023-05-02 17:33:56 +01:00
parent 4e8146bc9c
commit 2318f2c4a0
4 changed files with 26 additions and 6 deletions

View File

@@ -173,7 +173,12 @@ export const UnauthenticatedView: FC = () => {
<ErrorMessage error={error} />
</FieldRow>
)}
<Button type="submit" size="lg" disabled={loading} data-testid="home_go">
<Button
type="submit"
size="lg"
disabled={loading}
data-testid="home_go"
>
{loading ? t("Loading…") : t("Go")}
</Button>
<div id={recaptchaId} />