mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
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