Update StatusCard component

pull/2983/head
Daniel Supernault 4 years ago
parent 4225f32af0
commit bc16b936d6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save