diff --git a/src/components/MainList.tsx b/src/components/MainList.tsx index 3a84e60..8803105 100644 --- a/src/components/MainList.tsx +++ b/src/components/MainList.tsx @@ -1,11 +1,12 @@ +import React from 'react'; + import { useDispatch, useSelector } from 'react-redux'; -import React from 'react'; import { configLogout, setLoggingEnabled } from '../reducers/configReducer'; -import { userLogout } from '../reducers/currentUser'; import { ReduxSelector } from '../types/store'; import { User } from '../types/user'; import changeExtensionState from '../utils/changeExtensionStatus'; +import { userLogout } from '../reducers/currentUser'; export interface MainListProps { loggingEnabled: boolean; diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 05d1f88..dfc46b4 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -22,11 +22,12 @@ export default function NavBar(): JSX.Element { const customRules = () => { if (user) { + const url = 'https://wakatime.com'; return (