aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/downloadManager/DownloadManagerDashboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/downloadManager/DownloadManagerDashboard.tsx')
-rw-r--r--src/components/downloadManager/DownloadManagerDashboard.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/downloadManager/DownloadManagerDashboard.tsx b/src/components/downloadManager/DownloadManagerDashboard.tsx
index 490be269d..aeaa94634 100644
--- a/src/components/downloadManager/DownloadManagerDashboard.tsx
+++ b/src/components/downloadManager/DownloadManagerDashboard.tsx
@@ -47,7 +47,6 @@ interface IState {
47 data: string; 47 data: string;
48} 48}
49 49
50// eslint-disable-next-line react/prefer-stateless-function
51class DownloadManagerDashboard extends Component<IProps, IState> { 50class DownloadManagerDashboard extends Component<IProps, IState> {
52 render() { 51 render() {
53 const { intl, stores, actions } = this.props; 52 const { intl, stores, actions } = this.props;