From bc16b936d67197a2428d2ef48270e3103ee72b46 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 20 Oct 2021 04:16:39 -0600 Subject: [PATCH] Update StatusCard component --- resources/assets/js/components/partials/StatusCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/partials/StatusCard.vue b/resources/assets/js/components/partials/StatusCard.vue index d00d03dbe..4d2422e4d 100644 --- a/resources/assets/js/components/partials/StatusCard.vue +++ b/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; }