fix: external route roles in dev mode #697
Merged
Annotations
10 errors
|
src/containers/CourseCard/components/hooks.js#L18
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/containers/CourseCard/components/hooks.js#L17
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/containers/CourseCard/components/hooks.js#L17
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.test.js#L80
Closing curly brace should be on the same line as opening curly brace or on the line after the previous block
|
|
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.test.js#L80
This line has 2 statements. Maximum allowed is 1
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.test.js#L80
Statement inside of curly braces should be on next line
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.js#L51
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.js#L50
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/containers/CourseCard/components/CourseCardMenu/hooks.js#L49
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The logs for this run have expired and are no longer available.
Loading