Update index.tsx
This commit is contained in:
parent
11e1a81ada
commit
8f77794262
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ const WeaponUnit = (props: Props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
function passUncapData(uncap: number) {
|
function passUncapData(uncap: number) {
|
||||||
console.log("Passing uncap data to updateUncap callback...")
|
|
||||||
if (props.gridWeapon)
|
if (props.gridWeapon)
|
||||||
props.updateUncap(props.gridWeapon.id, props.position, uncap)
|
props.updateUncap(props.gridWeapon.id, props.position, uncap)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue