Skip to content

Commit d67cc64

Browse files
committed
made linter stop complaining
1 parent 2c79d05 commit d67cc64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

frontend/src/components/Sponsors/sponsorModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { setFlagsFromString } from 'v8';
1+
import { MouseEventHandler } from 'react';
22
import { sponsorInfo } from '../../../public/data/data';
3-
//@ts-ignore
3+
44
export default function SponsorModal(props: { sponsorInfo: sponsorInfo | null; setFalse: any }) {
55
if (props.sponsorInfo === null) {
66
return (

frontend/src/components/Sponsors/sponsorlinks.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function SponsorLinks() {
1414
return (
1515
<div className="flex justify-center items-center my-20">
1616
<div className="w-100 flex flex-col gap-16">
17-
{/* @ts-ignore */}
1817
{showModal && (
1918
<SponsorModal
2019
sponsorInfo={information}

0 commit comments

Comments
 (0)