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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user