Skip to content

Commit

Permalink
fixed apps tab direct signing authz support
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Apr 26, 2024
1 parent 48f99da commit cb020c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful/components/dao/tabs/AppsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const AppsTab = () => {
maybeMakePolytoneExecuteMessage(
currentChainId,
chainId,
protobufToCwMsg(msg).msg
protobufToCwMsg(msg, false).msg
)
)
setMsgs(messages)
Expand Down

0 comments on commit cb020c1

Please sign in to comment.