add guild page #1008
code-check.yml
on: pull_request
quality-assurance
3s
type
19s
Annotations
1 warning and 2 notices
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildId]/[roleGroupId]/page.tsx#L25
Forbidden non-null assertion.
|
lint/suspicious/noArrayIndexKey:
src/app/(dashboard)/[guildId]/[roleGroupId]/page.tsx#L61
Avoid using the index of an array as key property in an element.
|
lint/suspicious/noArrayIndexKey:
src/app/(dashboard)/explorer/page.tsx#L132
Avoid using the index of an array as key property in an element.
|