mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
ui updates
This commit is contained in:
@@ -78,7 +78,7 @@ export const NotebookItem = ({
|
||||
item.topics.slice(1, 3).map((topic) => (
|
||||
<TouchableOpacity
|
||||
onPress={() => {
|
||||
NavigationService.navigate('Notes', {
|
||||
NavigationService.navigate('NotesPage', {
|
||||
...topic,
|
||||
});
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user