chore: remove the extra string

This commit is contained in:
izzy
2025-05-09 08:48:41 +01:00
parent 3d41a016cf
commit f95d3d27d8
2 changed files with 3 additions and 6 deletions

View File

@@ -202,11 +202,8 @@ export const Form = observer(({ page, callback }: Props) => {
/>
)}
{error && (
<p style={{ fontSize: "0.8em" }}>
<Text id={`login.error.${page}`} /> &middot;{" "}
<span style={{ color: "var(--error)" }}>
<Text id={`error.${error}`} children={error} />
</span>
<p style={{ fontSize: "0.8em", color: "var(--error)" }}>
<Text id={`error.${error}`} children={error} />
</p>
)}
<Button>