show trail or pro on menu

This commit is contained in:
ammarahm-ed
2020-10-31 16:31:45 +05:00
parent aa814fcec6
commit 9b93945fb9

View File

@@ -61,7 +61,7 @@ export const UserSection = ({noTextMode}) => {
fontSize: SIZE.xs, fontSize: SIZE.xs,
color: 'white', color: 'white',
}}> }}>
Basic {user.subscription.status === 1? "Trial" : "Pro"}
</Text> </Text>
</View> </View>