Skip to content
Snippets Groups Projects
Commit fe63ab82 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

MensaJetztPanel: Fixed eslint-ignore

parent 915ab4a4
No related branches found
No related tags found
No related merge requests found
Pipeline #234864 passed with warnings
......@@ -94,9 +94,8 @@ const MensaJetztPanel = () => {
<PanelWrapper className={"relative"}>
<PanelTitle title={"Mensa.jetzt"} info={day.current} />
<PanelContent>
{/* @eslint-ignore jsx-a11y/no-distracting-elements */}
{/* @ts-ignore */}
<marquee behaviour={"slide"}>
<marquee behaviour={"slide"}> {/* eslint-disable-line jsx-a11y/no-distracting-elements */}
{marqueeContent.current}
{/* @ts-ignore */}
</marquee>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment