1
0
Эх сурвалжийг харах

Update ContextMenu component, fix account url paths

Daniel Supernault 3 жил өмнө
parent
commit
01ca1edd84

+ 2 - 2
resources/assets/js/components/partials/ContextMenu.vue

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