From 474b1e1538cc2bbcfdf54527361a1313e08e889e Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Mon, 18 Aug 2025 20:47:49 +0900 Subject: [PATCH] refactor: remove redundant fragment --- src/theme/DocItem/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/theme/DocItem/index.js b/src/theme/DocItem/index.js index 12e46237..37432611 100644 --- a/src/theme/DocItem/index.js +++ b/src/theme/DocItem/index.js @@ -2,9 +2,5 @@ import React from 'react'; import DocItem from '@theme-original/DocItem'; export default function DocItemWrapper(props) { - return ( - <> - - - ); + return ; } \ No newline at end of file