change format all file
This commit is contained in:
@@ -13,7 +13,11 @@ function RegisterPage({ matchedCity }) {
|
||||
{isSendMsg ? (
|
||||
<SetCodePage setIsSendMsg={setIsSendMsg} setStep={false} link="/" />
|
||||
) : (
|
||||
<LogInPage matchedCity={matchedCity} setStep={false} setIsSendMsg={setIsSendMsg} />
|
||||
<LogInPage
|
||||
matchedCity={matchedCity}
|
||||
setStep={false}
|
||||
setIsSendMsg={setIsSendMsg}
|
||||
/>
|
||||
)}
|
||||
</LayoutRegister>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user