diff --git a/src/forge/Main/tag/Index.jsx b/src/forge/Main/tag/Index.jsx index 48f80ea2..cf89cd7b 100644 --- a/src/forge/Main/tag/Index.jsx +++ b/src/forge/Main/tag/Index.jsx @@ -4,6 +4,7 @@ import { Table , Tooltip , Spin } from 'antd'; import axios from 'axios'; import { Link } from 'react-router-dom'; import { truncateCommitId } from '../../common/util'; +import Nonedata from '../../Nodata'; import './Index.scss'; import Tree from '../img/tree.png' import moment from 'moment'; @@ -100,14 +101,15 @@ function Tags(props) { { source && source.length > 0 ? - -
- :
- + +
+
+ : + } )