Skip to content

feat(peer-and-mainconsultant): rm peer and main consultant functional… #4

feat(peer-and-mainconsultant): rm peer and main consultant functional…

feat(peer-and-mainconsultant): rm peer and main consultant functional… #4

GitHub Actions / ESLint succeeded Jul 24, 2024 in 0s

9 warnings

ESLint found 9 warnings

Annotations

Check warning on line 18 in src/components/message/MessageItemComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/message/MessageItemComponent.tsx#L18

'SESSION_LIST_TYPES' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 145 in src/components/message/MessageItemComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/message/MessageItemComponent.tsx#L145

'type' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 14 in src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx#L14

'Checkbox' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 673 in src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx#L673

React Hook useCallback has an unnecessary dependency: 'setE2EEState'. Either exclude it or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 13 in src/components/sessionsList/EmptyListItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/sessionsList/EmptyListItem.tsx#L13

'AUTHORITIES' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 14 in src/components/sessionsList/EmptyListItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/sessionsList/EmptyListItem.tsx#L14

'hasUserAuthority' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 41 in src/components/sessionsList/EmptyListItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/sessionsList/EmptyListItem.tsx#L41

React Hook useMemo has an unnecessary dependency: 'userData'. Either exclude it or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 20 in src/globalState/helpers/stateHelpers.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/globalState/helpers/stateHelpers.ts#L20

'isSessionChat' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 15 in src/globalState/provider/RocketChatUnreadProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/globalState/provider/RocketChatUnreadProvider.tsx#L15

'isGroupChat' is defined but never used (@typescript-eslint/no-unused-vars)