Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#847 App.js cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 9, 2017
1 parent e52e721 commit 544859b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class DocumentList extends Component {
id, page, this.pageLength, sortingQuery, windowType
).then(response => {
dispatch(indicatorState('saved'));

this.mounted && this.setState(Object.assign({}, {
data: response.data,
filters: response.data.filters
Expand Down
3 changes: 1 addition & 2 deletions src/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import NotificationHandler
from '../components/notifications/NotificationHandler';

import {
noConnection,
indicatorState
noConnection
} from '../actions/WindowActions';

import {
Expand Down

0 comments on commit 544859b

Please sign in to comment.