Skip to content

Commit 4747f81

Browse files
author
shengwei zhang
committed
remove eslint comment
1 parent 569d5c6 commit 4747f81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.stories.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export const boxSelectionWithCallback: ComponentStory<
115115
> = () => {
116116
const [data, setData] = React.useState<string[]>([]);
117117
const getSelectedWellsDataCallBack = React.useCallback(
118-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
119118
(pickingInfos: PickInfo[]) => {
120119
const selectedWells = pickingInfos
121120
.map((item) => item.object)

0 commit comments

Comments
 (0)