mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
update list
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user