Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitatrifan authored and NoahSaso committed Jul 17, 2024
1 parent 14d49f2 commit a5f5ba9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const useDecodedCosmosMsg: UseDecodedCosmosMsg<AcceptSubDaoData> = (
msg: Record<string, any>
) => {
try {
const match = Boolean(
msg.wasm.execute.contract_addr.msg.accept_admin_nomination
)
const match = Boolean(msg.wasm.execute.msg.accept_admin_nomination)

if (match) {
return {
Expand Down

0 comments on commit a5f5ba9

Please sign in to comment.