Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Aug 2, 2024
1 parent 077f1cc commit e21ffeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Neurons = () => {
</Tooltip>
</Box>
{activeNeurons.neurons.map((item, i) => (
<CustomListItem key={i} data={item} showTooltip={false} showExtraActions={true} listType="neurons" />
<CustomListItem key={i} data={item} showTooltip={false} showExtraActions={true} listType="neurons" onSwitchChange={(e) => console.log(e)} />
))}
</Stack>
</Box>
Expand Down

0 comments on commit e21ffeb

Please sign in to comment.