-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Lesson id #527
base: rajat1saxena/issue487
Are you sure you want to change the base?
Fixed Lesson id #527
Conversation
isActive?: boolean; | ||
}[]; | ||
}) { | ||
const { isMobile } = useSidebar(); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
.slice(0, 2) | ||
.map((x) => x[0]?.toUpperCase()) | ||
.join(""); | ||
const router = useRouter(); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
<div className="flex gap-2"> | ||
<Button | ||
disabled={ | ||
!name || !pageId || (!!name && !!pageId && loading) |
Check warning
Code scanning / CodeQL
Useless conditional Warning
<div className="flex gap-2"> | ||
<Button | ||
disabled={ | ||
!name || !pageId || (!!name && !!pageId && loading) |
Check warning
Code scanning / CodeQL
Useless conditional Warning
}); | ||
|
||
const mapDispatchToProps = (dispatch: AppDispatch) => ({ dispatch }); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Fixed by: #522