Skip to content

Commit

Permalink
Removed @ts-ignore directives
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored Feb 28, 2024
1 parent bac09ce commit ec2568e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ const EEGMontage = (
<div style={{height: '100%', position: 'relative'}}>
{view3D ?
<ResponsiveViewer
// @ts-ignore
mouseMove={dragged}
mouseDown={dragStart}
mouseUp={dragEnd}
Expand All @@ -311,7 +310,6 @@ const EEGMontage = (
</ResponsiveViewer>
:
<ResponsiveViewer
// @ts-ignore
chunksURL={chunksURL}
>
<Montage2D />
Expand Down

0 comments on commit ec2568e

Please sign in to comment.