Skip to content

Commit

Permalink
fix issue #446
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabhchaudhary9799 committed Sep 6, 2024
1 parent ce882d9 commit 1de5836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function Operation({ asyncapi, type, operation, channelName, channel }) { // NOS

{operation.summary() && (
<Text newLines={2}>
*{operation.summary().trim()}*
{operation.summary().trim()}
</Text>
)}

Expand Down

0 comments on commit 1de5836

Please sign in to comment.