ソースを参照

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