mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 09:43:16 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(status.account.id === this.profile.id) {
|
if(status.account.id == this.profile.id) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue