Update StatusCard component

This commit is contained in:
Daniel Supernault 2021-10-20 04:16:39 -06:00
parent 4225f32af0
commit bc16b936d6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
return false;
}
if(status.account.id === this.profile.id) {
if(status.account.id == this.profile.id) {
return false;
}