diff --git a/components/ExtraSummons/index.tsx b/components/ExtraSummons/index.tsx index 8c71d06c..c3b4868e 100644 --- a/components/ExtraSummons/index.tsx +++ b/components/ExtraSummons/index.tsx @@ -17,16 +17,12 @@ interface Props { exists: boolean found?: boolean offset: number - onSelect: (type: GridType, summon: Summon, position: number) => void + onClick: (position: number) => void } const ExtraSummons = (props: Props) => { const numSummons: number = 2 - function receiveWeapon(summon: Summon, position: number) { - props.onSelect(GridType.Summon, summon, position) - } - return (