Skip to content

Commit 7310f43

Browse files
Andreas LinnertAndreas Linnert
authored andcommitted
Fix linting errors and warnings
1 parent f5c4d81 commit 7310f43

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/Links/Link.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { Kbd } from '../basics/Kbd'
1818
import { DefaultIcon } from '../Icon/DefaultIcon'
1919
import { MdiIcon } from '../Icon/MdiIcon'
2020
import { LinkAction } from './LinkAction'
21-
import { useToggleBackground } from '../App/useToggleBackground'
2221

2322
interface Props {
2423
link: LinkItem
@@ -35,7 +34,6 @@ export const Link: FC<Props> = ({
3534
}) => {
3635
const dispatch = useAppDispatch()
3736
const isCurrentAppMode = useIsCurrentAppMode()
38-
const toggleBackground = useToggleBackground()
3937

4038
const showDescription = useAppSelector(
4139
(state) => state.appSettings.showDescriptions,

src/types.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable no-var */
2-
31
import { StoreEnhancer } from 'redux'
42

53
export {}

0 commit comments

Comments
 (0)