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

Update StatusCard component

Daniel Supernault 3 жил өмнө
parent
commit
bc16b936d6

+ 1 - 1
resources/assets/js/components/partials/StatusCard.vue

@@ -401,7 +401,7 @@
 					return false;
 				}
 
-				if(status.account.id === this.profile.id) {
+				if(status.account.id == this.profile.id) {
 					return false;
 				}