mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
Add sharing dialog and optimize nav-link style (#2580)
This commit is contained in:
@@ -29,7 +29,7 @@ class ReviewListView extends React.Component {
|
||||
let items = this.props.itemsList;
|
||||
return (
|
||||
<Fragment>
|
||||
<Nav tabs>
|
||||
<Nav pills>
|
||||
<NavItem>
|
||||
<NavLink
|
||||
className={classnames({ active: this.props.activeTab === 'open' })}
|
||||
|
Reference in New Issue
Block a user