Update ContextMenu component, fix account url paths

pull/3040/head
Daniel Supernault 4 years ago
parent e09a14d892
commit 01ca1edd84
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -636,7 +636,7 @@
},
statusUrl(status) {
if(status.local == true) {
if(status.account.local == true) {
return status.url;
}
@ -644,7 +644,7 @@
},
profileUrl(status) {
if(status.local == true) {
if(status.account.local == true) {
return status.account.url;
}

Loading…
Cancel
Save