mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
update list
This commit is contained in:
@@ -118,7 +118,7 @@ const SimpleList = ({
|
|||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
textAlignVertical: 'center',
|
textAlignVertical: 'center',
|
||||||
}}>
|
}}>
|
||||||
{item.title}
|
{!item.title || item.title === "" ? "Pinned" : item.title}
|
||||||
</Heading>
|
</Heading>
|
||||||
</TouchableWithoutFeedback>
|
</TouchableWithoutFeedback>
|
||||||
{index === 1 && sortMenuButton ? <HeaderMenu /> : null}
|
{index === 1 && sortMenuButton ? <HeaderMenu /> : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user