diff --git a/src/components/App/index.js b/src/components/App/index.js index 1cd22cc..2dcaad0 100644 --- a/src/components/App/index.js +++ b/src/components/App/index.js @@ -1,7 +1,6 @@ import React, { Component } from 'react'; import classnames from 'classnames'; import { useParams,Route, Navigate, Routes } from 'react-router-dom' -import { withTransaction } from '@elastic/apm-rum-react' import AppHeader from '../AppHeader'; import AppFooter from '../AppFooter'; @@ -55,7 +54,7 @@ class App extends Component { } /> } /> } /> - } /> + } /> } /> } /> diff --git a/src/components/AppFooter/index.js b/src/components/AppFooter/index.js index afd0be8..1069307 100644 --- a/src/components/AppFooter/index.js +++ b/src/components/AppFooter/index.js @@ -21,7 +21,9 @@ class AppFooter extends Component { isActive ? {textDecoration: "underline"} : undefined} to="/dashboard"> Dashboard + {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */} Settings + {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */} Log out diff --git a/src/reducers/initialState.js b/src/reducers/initialState.js index c3d4ed4..1316f80 100644 --- a/src/reducers/initialState.js +++ b/src/reducers/initialState.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line import/no-anonymous-default-export export default { product: { loading: true, product: {} }, productCustomers: { loading: false, items: [] },