Commit 22306a33 by Giang Tran

fix bug home

parent ebc4d436
...@@ -264,7 +264,7 @@ const HeaderHome = (props) => { ...@@ -264,7 +264,7 @@ const HeaderHome = (props) => {
{props.user.status == 2 ? ( {props.user.status == 2 ? (
<AppText <AppText
i18nKey={'Verified'} i18nKey={'WaitVerification'}
style={{color: '#FFB721'}}></AppText> style={{color: '#FFB721'}}></AppText>
) : null} ) : null}
</View> </View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment