diff --git a/.dumi/theme/slots/Content/index.tsx b/.dumi/theme/slots/Content/index.tsx index 0d08f5fc9f..d861e34145 100644 --- a/.dumi/theme/slots/Content/index.tsx +++ b/.dumi/theme/slots/Content/index.tsx @@ -178,32 +178,36 @@ const Content: FC<{ children: ReactNode }> = ({ children }) => { )} {children} - - loading ? ( - - ) : ( - item && ( - - + loading ? ( + + ) : ( + item && ( + - {item.username} - - + + {item.username} + + + ) ) - ) - } - repo="ant-design" - owner="ant-design" - /> + } + repo="ant-design" + owner="ant-design" + /> + )}