Fix logic in push notification permission check #202
Annotations
7 warnings
Run linter:
src/lib/weechat/action_transformer.ts#L254
Unexpected object value in conditional. The condition is always true
|
Run linter:
src/store/buffers.ts#L44
Unexpected object value in conditional. The condition is always true
|
Run linter:
src/store/lines.ts#L38
Unexpected object value in conditional. The condition is always true
|
Run linter:
src/store/selectors.ts#L16
Unexpected object value in conditional. The condition is always true
|
Run linter:
src/usecase/App.tsx#L30
Unexpected object value in conditional. The condition is always true
|
Run linter:
src/usecase/Root.tsx#L169
Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly
|
Run linter:
src/usecase/buffers/ui/NicklistModal.tsx#L32
Unexpected object value in conditional. The condition is always true
|