Update ContextMenu component, fix account url paths

This commit is contained in:
Daniel Supernault 2021-12-14 22:17:08 -07:00
parent e09a14d892
commit 01ca1edd84
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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;
}