Filter Organizations for RegionalAdmin User Type #30
Annotations
4 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
frontend/src/components/OrganizationList/OrganizationList.tsx#L22
Expected '===' and instead saw '=='
|
Lint:
frontend/src/components/OrganizationList/OrganizationList.tsx#L29
'orgsUrl' is assigned a value but never used
|
Lint:
frontend/src/components/OrganizationList/OrganizationList.tsx#L84
React Hook useCallback has an unnecessary dependency: 'orgsURL'. Either exclude it or remove the dependency array. Outer scope values like 'orgsURL' aren't valid dependencies because mutating them doesn't re-render the component
|
Loading