Skip to content

Commit

Permalink
fixed function call bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 29, 2024
1 parent cec7ff3 commit 3052c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/hooks/writeHooks/useBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function useShipBuild(

const calls = [
colonyId === 0
? contract?.populateTransaction['process_defence_build']!(
? contract?.populateTransaction['process_ship_build']!(
name ? name : 20,
quantity
)
Expand Down

0 comments on commit 3052c63

Please sign in to comment.