mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 16:33:03 +01:00
Style fixes.
This commit is contained in:
parent
42ae57dace
commit
51160f0fdb
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ const conversation = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
focused: function (id) {
|
focused: function (id) {
|
||||||
return (id == this.statusoid.id)
|
return (id === this.statusoid.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue