minor fixes

This commit is contained in:
ammarahm-ed
2020-02-03 12:31:18 +05:00
parent 0ed20e5388
commit e43756ddff
4 changed files with 15 additions and 6 deletions

View File

@@ -332,9 +332,9 @@ export const ActionSheetComponent = ({
style={{
color: colors.accent,
}}>
{tag.slice(0, 1)}
#
</Text>
{tag.slice(1)}
{tag}
</Text>
</TouchableOpacity>
);