Skip to content

Commit

Permalink
fix (#81)
Browse files Browse the repository at this point in the history
fix interactions call
  • Loading branch information
bucko13 authored Apr 29, 2024
1 parent a1b2d57 commit 0e2b045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-paws-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"caravan-coordinator": patch
---

Fixes incorrect call for interaction messages in address generator
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const HardwareWalletPublicKeyImporter = ({
</Button>
</Box>
<InteractionMessages
messages={interaction.messagesFor({ state: status })}
messages={interaction().messagesFor({ state: status })}
excludeCodes={["bip32"]}
/>
<FormHelperText error>{publicKeyError}</FormHelperText>
Expand Down

0 comments on commit 0e2b045

Please sign in to comment.