mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
fix: typo (again)
This commit is contained in:
@@ -29,7 +29,7 @@ class Settings {
|
||||
}
|
||||
|
||||
isPinned(id) {
|
||||
return this.settings.pins.findIndex((v) => v.data.id === id) > -1;
|
||||
return this._settings.pins.findIndex((v) => v.data.id === id) > -1;
|
||||
}
|
||||
|
||||
get pins() {
|
||||
|
||||
Reference in New Issue
Block a user