Skip to content

Commit

Permalink
fix: template output for send and receive operations fixed (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoandmatrix authored Feb 13, 2025
1 parent 6b89cdd commit 794d7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function OperationReply({ operation, type }) {
</Header>

{explicitChannel?.address() ? (
<ListItem>{type} should be done to channel: `{explicitChannel.address()}`</ListItem>
<ListItem>{type} will be provided via this designated address: `{explicitChannel.address()}`</ListItem>
) : (
<OperationReplyAddress name="Operation reply address" reply={reply} />
)}
Expand Down
4 changes: 2 additions & 2 deletions test/components/__snapshots__/Operations.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ A longer description of the message
#### Response information
* reply should be done to channel: \`user/signedup\`
* reply will be provided via this designated address: \`user/signedup\`
#### Message \`SomeReplyMessage\`
A longer description of the message
Expand Down Expand Up @@ -333,7 +333,7 @@ A longer description of the message
#### Request information
* request should be done to channel: \`user/signedup\`
* request will be provided via this designated address: \`user/signedup\`
#### Message \`SomeReplyMessage\`
A longer description of the message
Expand Down

0 comments on commit 794d7ec

Please sign in to comment.