minor fixes

This commit is contained in:
ammarahm-ed
2020-01-19 21:31:26 +05:00
parent 0b21dab4f9
commit 9023ab1e79
5 changed files with 15 additions and 16 deletions

View File

@@ -216,7 +216,7 @@ export const ActionSheetComponent = ({
func: () => {
db.restoreItem(item.dateCreated);
ToastEvent.show(
item.type == 'note' ? 'Note restored' : 'Notebook restored',
item.type === 'note' ? 'Note restored' : 'Notebook restored',
'success',
1000,
() => {},