Explorar el Código

Update StatusCard component

Daniel Supernault hace 3 años
padre
commit
bc16b936d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 				}