Skip to content
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

Open
wants to merge 1 commit into
base: rajat1saxena/issue487
Choose a base branch
from
Open

Fixed Lesson id #527

wants to merge 1 commit into from

Conversation

ravirajput10
Copy link
Member

Fixed by: #522

@ravirajput10 ravirajput10 self-assigned this Dec 5, 2024
isActive?: boolean;
}[];
}) {
const { isMobile } = useSidebar();

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable isMobile.
.slice(0, 2)
.map((x) => x[0]?.toUpperCase())
.join("");
const router = useRouter();

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable router.
<div className="flex gap-2">
<Button
disabled={
!name || !pageId || (!!name && !!pageId && loading)

Check warning

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to true.
<div className="flex gap-2">
<Button
disabled={
!name || !pageId || (!!name && !!pageId && loading)

Check warning

Code scanning / CodeQL

Useless conditional Warning

This negation always evaluates to true.
});

const mapDispatchToProps = (dispatch: AppDispatch) => ({ dispatch });

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable mapDispatchToProps.
@ravirajput10 ravirajput10 changed the base branch from main to rajat1saxena/issue487 December 5, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant