Updating scroll on admin console

Этот коммит содержится в:
Asaad Mahmood
2015-10-19 20:10:33 +05:00
родитель 814aa57fc1
Коммит cbbfe0112b

Просмотреть файл

@@ -53,6 +53,9 @@ export default class AdminSidebar extends React.Component {
}
componentDidMount() {
if ($(window).width() > 768) {
$('.nav-pills__container').perfectScrollbar();
}
}
showTeamSelect(e) {