From 2f0166901f0efe452b9c8462087e1e1d671bce05 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 21 Aug 2024 12:52:22 +0300 Subject: [PATCH] docs: fix response code snippet in api reference (#8689) --- .../CodeSection/Responses/Sample/index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/www/apps/api-reference/components/Tags/Operation/CodeSection/Responses/Sample/index.tsx b/www/apps/api-reference/components/Tags/Operation/CodeSection/Responses/Sample/index.tsx index a1d8a3c623b77..c6a0c63ef75e1 100644 --- a/www/apps/api-reference/components/Tags/Operation/CodeSection/Responses/Sample/index.tsx +++ b/www/apps/api-reference/components/Tags/Operation/CodeSection/Responses/Sample/index.tsx @@ -51,12 +51,14 @@ const TagsOperationCodeSectionResponsesSample = ({ )} {selectedExample && ( - +
+ +
)} {!selectedExample && <>Empty Response}