feat(client): clear ESLint comment in learn layout (#48154)

feat(client): clear enlist comment in learn layout
This commit is contained in:
Muhammed Mustafa
2022-10-24 11:00:02 +02:00
committed by GitHub
parent e4a8bb15b8
commit 6074cdf9c1
2 changed files with 1 additions and 3 deletions
@@ -42,7 +42,7 @@ type DonateModalProps = {
activeDonors?: number;
closeDonationModal: typeof closeDonationModal;
executeGA: typeof executeGA;
location: WindowLocation | undefined;
location?: WindowLocation;
recentlyClaimedBlock: string;
show: boolean;
};
-2
View File
@@ -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 />
</>
);