mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Make the linter happy.
This commit is contained in:
@@ -64,6 +64,7 @@ export default observer(({ channel }: Props) => {
|
||||
|
||||
return (
|
||||
<Checkbox
|
||||
key={id}
|
||||
checked={selected === id}
|
||||
onChange={(selected) => selected && setSelected(id)}>
|
||||
{role.name}
|
||||
|
||||
Reference in New Issue
Block a user