Skip to content

Commit b2f3d0e

Browse files
committed
lint
1 parent 8bc3342 commit b2f3d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/MainPanel/PlayButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const PlayInterFace = ({visible, setKeepOpen}:{visible : boolean, setKeepOpen: R
200200
className='cursor-pointer'
201201
disabled={!zSlice[1] || zSlice[1] == timeLength}
202202
onClick={()=>{
203-
// @ts-ignore button is disable when zSlice[1] is null so not possible to be null during op
203+
// @ts-expect-error button is disable when zSlice[1] is null so not possible to be null during op
204204
setZSlice([zSlice[0], zSlice[1]+chunkTimeLength]);
205205
setKeepOpen(true);
206206
ReFetch();

0 commit comments

Comments
 (0)