diff --git a/components/WeaponGrid/index.tsx b/components/WeaponGrid/index.tsx index 511709aa..d5e337f7 100644 --- a/components/WeaponGrid/index.tsx +++ b/components/WeaponGrid/index.tsx @@ -96,7 +96,7 @@ const WeaponGrid = (props: Props) => { if (props.pushHistory) props.pushHistory(`/p/${party.shortcode}`) saveWeapon(party.id, weapon, position).then((response) => - storeGridWeapon(response.data) + storeGridWeapon(response.data.grid_weapon) ) }) } else {