mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update StatusCard component
This commit is contained in:
parent
4225f32af0
commit
bc16b936d6
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if(status.account.id === this.profile.id) {
|
||||
if(status.account.id == this.profile.id) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue