diff --git a/components/typography/Base/index.tsx b/components/typography/Base/index.tsx index 54c7ccfd16..f8ac84b6ed 100644 --- a/components/typography/Base/index.tsx +++ b/components/typography/Base/index.tsx @@ -384,15 +384,14 @@ const Base = React.forwardRef((props, ref) => { } return ( - + ); };