forked from abner/for-legacy-web
chore: remove the extra string
This commit is contained in:
@@ -202,11 +202,8 @@ export const Form = observer(({ page, callback }: Props) => {
|
||||
/>
|
||||
)}
|
||||
{error && (
|
||||
<p style={{ fontSize: "0.8em" }}>
|
||||
<Text id={`login.error.${page}`} /> ·{" "}
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user