mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix login flow
This commit is contained in:
@@ -227,7 +227,7 @@ export default class NoteItem extends React.Component {
|
||||
isTrash ? false : true,
|
||||
isTrash
|
||||
? ['Remove', 'Restore']
|
||||
: ['Add to', 'Share', 'Export', 'Delete', 'Open'],
|
||||
: ['Add to', 'Share', 'Export', 'Delete', 'Copy'],
|
||||
isTrash ? [] : ['Pin', 'Favorite', 'Add to Vault'],
|
||||
);
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user