1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

libraries list view add margin bottom (#7040)

This commit is contained in:
Michael An
2024-11-14 16:48:23 +08:00
committed by GitHub
parent 922c53b3da
commit d765a003ac
7 changed files with 35 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ const propTypes = {
repoList: PropTypes.array,
};
class PublicSharedView extends React.Component {
class SharedWithAll extends React.Component {
constructor(props) {
super(props);
@@ -274,6 +274,6 @@ class PublicSharedView extends React.Component {
}
}
PublicSharedView.propTypes = propTypes;
SharedWithAll.propTypes = propTypes;
export default PublicSharedView;
export default SharedWithAll;