update list

This commit is contained in:
ammarahm-ed
2020-12-16 21:39:25 +05:00
parent 95b6ded321
commit 0b1f26ffc5

View File

@@ -118,7 +118,7 @@ const SimpleList = ({
alignSelf: 'center',
textAlignVertical: 'center',
}}>
{item.title}
{!item.title || item.title === "" ? "Pinned" : item.title}
</Heading>
</TouchableWithoutFeedback>
{index === 1 && sortMenuButton ? <HeaderMenu /> : null}