Fixing bugs
This commit is contained in:
parent
7ff4ee0a8f
commit
50d2d814eb
2 changed files with 2 additions and 3 deletions
|
|
@ -49,9 +49,9 @@ const SummonUnit = (props: Props) => {
|
|||
setImageUrl(imgSrc)
|
||||
}
|
||||
|
||||
function passUncapData(position: number, uncap: number) {
|
||||
function passUncapData(uncap: number) {
|
||||
if (props.gridSummon)
|
||||
props.updateUncap(props.gridSummon.id, position, uncap)
|
||||
props.updateUncap(props.gridSummon.id, props.position, uncap)
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ const NewRoute: React.FC = () => {
|
|||
<Party
|
||||
editable={true}
|
||||
extra={false}
|
||||
exists={false}
|
||||
pushHistory={callback}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue