Преглед изворни кода

Update StatusCard component

Daniel Supernault пре 3 година
родитељ
комит
bc16b936d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/assets/js/components/partials/StatusCard.vue

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