AW-483-484-485-fix-bugs
This commit is contained in:
parent
77a8fbd1fd
commit
55a8e793f3
@ -206,12 +206,8 @@ function Email() {
|
||||
)}
|
||||
</Policy>
|
||||
{!!error?.length && (
|
||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
||||
{translate(
|
||||
"went_wrong",
|
||||
undefined,
|
||||
ELocalesPlacement.CompatibilityV2
|
||||
)}
|
||||
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||
{error}
|
||||
</Title>
|
||||
)}
|
||||
</>
|
||||
|
||||
@ -181,8 +181,8 @@ function Email() {
|
||||
)}
|
||||
</Policy>
|
||||
{!!error?.length && (
|
||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
||||
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV3)}
|
||||
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||
{error}
|
||||
</Title>
|
||||
)}
|
||||
</>
|
||||
|
||||
@ -181,8 +181,8 @@ function Email() {
|
||||
)}
|
||||
</Policy>
|
||||
{!!error?.length && (
|
||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
||||
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV4)}
|
||||
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||
{error}
|
||||
</Title>
|
||||
)}
|
||||
</>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user