Skip to content

Commit

Permalink
unnecessary lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Dec 12, 2024
1 parent 757ef7c commit 72d16b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/browser-repl/src/components/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const capLengthStart = (elements: unknown[], maxLength: number) => {
elements.splice(maxLength);
};

// eslint-disable-next-line react/display-name
export const Shell = ({
runtime,
className,
Expand Down

0 comments on commit 72d16b3

Please sign in to comment.