mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix #2766
This commit is contained in:
parent
19128769ec
commit
26a7ad8205
@ -28,7 +28,7 @@ export default Vue.extend({
|
||||
}];
|
||||
|
||||
if (this.note.userId == this.$store.state.i.id) {
|
||||
if (this.$store.state.i.pinnedNoteIds.includes(this.note.id)) {
|
||||
if ((this.$store.state.i.pinnedNoteIds || []).includes(this.note.id)) {
|
||||
items.push({
|
||||
icon: '%fa:thumbtack%',
|
||||
text: '%i18n:@unpin%',
|
||||
|
Loading…
Reference in New Issue
Block a user