From 1de58366eb0df246589568524720d3398716c700 Mon Sep 17 00:00:00 2001 From: Saurabhchaudhary9799 Date: Sat, 7 Sep 2024 03:38:32 +0530 Subject: [PATCH] fix issue #446 --- components/Operations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Operations.js b/components/Operations.js index 813cdd564..d595fad49 100644 --- a/components/Operations.js +++ b/components/Operations.js @@ -77,7 +77,7 @@ function Operation({ asyncapi, type, operation, channelName, channel }) { // NOS {operation.summary() && ( - *{operation.summary().trim()}* + {operation.summary().trim()} )}