Skip to content

Commit 613e0d4

Browse files
committed
Update LaunchForm.tsx
1 parent 0374c71 commit 613e0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LaunchForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const LaunchForm = () => {
221221
<Bar
222222
dataKey="priceNum"
223223
fill="#000"
224-
onClick={(d, idx) =>
224+
onClick={(_d, idx) =>
225225
handleBarClick(chartData[idx].originalIndex)
226226
}
227227
/>

0 commit comments

Comments
 (0)