mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(eslint): rules included deprecated plugin
This commit is contained in:
@@ -68,13 +68,13 @@ export function PermissionSelect({
|
||||
}
|
||||
|
||||
return "Neutral";
|
||||
} else {
|
||||
}
|
||||
if (Long.fromNumber(value).and(permission).eq(permission)) {
|
||||
return "Allow";
|
||||
}
|
||||
|
||||
return "Neutral";
|
||||
}
|
||||
|
||||
}, [value]);
|
||||
|
||||
function onSwitch(state: State) {
|
||||
|
||||
Reference in New Issue
Block a user