diff --git a/src/containers/applications/SurveyDetailApplicationMenu.js b/src/containers/applications/SurveyDetailApplicationMenu.js
index 3e96094..e200c7a 100644
--- a/src/containers/applications/SurveyDetailApplicationMenu.js
+++ b/src/containers/applications/SurveyDetailApplicationMenu.js
@@ -8,7 +8,7 @@ import ApplicationMenu from '../../components/common/ApplicationMenu';
const SurveyDetailApplicationMenu = () => (
Status
diff --git a/src/containers/applications/TodoApplicationMenu.js b/src/containers/applications/TodoApplicationMenu.js
index f680d21..f30941d 100644
--- a/src/containers/applications/TodoApplicationMenu.js
+++ b/src/containers/applications/TodoApplicationMenu.js
@@ -31,7 +31,7 @@ class TodoApplicationMenu extends Component {
return (
diff --git a/src/containers/dashboards/Logs.js b/src/containers/dashboards/Logs.js
index 7482e02..1cdc254 100644
--- a/src/containers/dashboards/Logs.js
+++ b/src/containers/dashboards/Logs.js
@@ -3,7 +3,6 @@ import PerfectScrollbar from 'react-perfect-scrollbar';
import { Card, CardBody, CardTitle } from 'reactstrap';
import IntlMessages from '../../helpers/IntlMessages';
-import data from '../../data/logs';
const Logs = (params = [{ logsData: []}]) => (
@@ -14,7 +13,7 @@ const Logs = (params = [{ logsData: []}]) => (
diff --git a/src/containers/dashboards/NewComments.js b/src/containers/dashboards/NewComments.js
index a4d1976..f5842d7 100644
--- a/src/containers/dashboards/NewComments.js
+++ b/src/containers/dashboards/NewComments.js
@@ -16,7 +16,7 @@ const NewComments = ({ className = '', displayRate = false }) => (
{comments.map((item, index) => (
{data.slice(0, 6).map((order, index) => (
diff --git a/src/containers/dashboards/Tickets.js b/src/containers/dashboards/Tickets.js
index fc88d2b..6b8828c 100644
--- a/src/containers/dashboards/Tickets.js
+++ b/src/containers/dashboards/Tickets.js
@@ -14,7 +14,7 @@ const Tickets = () => (
{data.map((ticket, index) => (