mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): clear ESLint comment in learn layout (#48154)
feat(client): clear enlist comment in learn layout
This commit is contained in:
@@ -42,7 +42,7 @@ type DonateModalProps = {
|
||||
activeDonors?: number;
|
||||
closeDonationModal: typeof closeDonationModal;
|
||||
executeGA: typeof executeGA;
|
||||
location: WindowLocation | undefined;
|
||||
location?: WindowLocation;
|
||||
recentlyClaimedBlock: string;
|
||||
show: boolean;
|
||||
};
|
||||
|
||||
@@ -87,8 +87,6 @@ function LearnLayout({
|
||||
<meta content='noindex' name='robots' />
|
||||
</Helmet>
|
||||
<main id='learn-app-wrapper'>{children}</main>
|
||||
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
|
||||
/* @ts-ignore */}
|
||||
<DonateModal />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user