add guild page #1035
code-check.yml
on: pull_request
quality-assurance
5s
type
25s
Annotations
1 error, 1 warning, and 1 notice
type
Process completed with exit code 2.
|
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildId]/[roleGroupId]/page.tsx#L25
Forbidden non-null assertion.
|
lint/suspicious/noArrayIndexKey:
src/app/(dashboard)/explorer/page.tsx#L143
Avoid using the index of an array as key property in an element.
|