Browse Source

Update StatusCard component

Daniel Supernault 3 years ago
parent
commit
bc16b936d6
1 changed files with 1 additions and 1 deletions
  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;
 					return false;
 				}
 				}
 
 
-				if(status.account.id === this.profile.id) {
+				if(status.account.id == this.profile.id) {
 					return false;
 					return false;
 				}
 				}