fix(ui): remove unused
This commit is contained in:
parent
d44d3dc82b
commit
585939ad93
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { Loader, NoContent, Pagination } from 'UI';
|
||||
import { applyFilter, addAttribute, addEvent } from 'Duck/filters';
|
||||
import { fetchSessions, addFilterByKeyAndValue, updateCurrentPage, setScrollPosition } from 'Duck/search';
|
||||
|
|
@ -8,7 +7,6 @@ import SessionItem from 'Shared/SessionItem';
|
|||
import SessionListHeader from './SessionListHeader';
|
||||
import { FilterKey } from 'Types/filter/filterType';
|
||||
import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG';
|
||||
import SettingsStore from 'App/mstore/settingsStore';
|
||||
|
||||
// const ALL = 'all';
|
||||
const PER_PAGE = 10;
|
||||
|
|
@ -79,7 +77,6 @@ export default class SessionList extends React.PureComponent {
|
|||
componentDidMount() {
|
||||
const { scrollY } = this.props;
|
||||
window.scrollTo(0, scrollY);
|
||||
console.log(SettingsStore)
|
||||
}
|
||||
|
||||
renderActiveTabContent(list) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue