We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ListGroup
tag="div"
rtl
1 parent 8e2132e commit 1424b6cCopy full SHA for 1424b6c
src/containers/DefaultLayout/DefaultAside.js
@@ -64,7 +64,7 @@ class DefaultAside extends Component {
64
</Nav>
65
<TabContent activeTab={this.state.activeTab}>
66
<TabPane tabId="1">
67
- <ListGroup className="list-group-accent">
+ <ListGroup className="list-group-accent" tag={'div'}>
68
<ListGroupItem className="list-group-item-accent-secondary bg-light text-center font-weight-bold text-muted text-uppercase small">Today</ListGroupItem>
69
<ListGroupItem action tag="a" href="#" className="list-group-item-accent-warning list-group-item-divider">
70
<div className="avatar float-right">
0 commit comments