fix: typo (again)

This commit is contained in:
thecodrr
2020-11-25 20:59:27 +05:00
parent 6f94651f22
commit cf98fe4945

View File

@@ -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() {