Skip to content

Commit 23d8947

Browse files
committed
fix linting
1 parent dc85669 commit 23d8947

File tree

1 file changed

+2
-2
lines changed
  • libs/remix-ui/app/src/lib/remix-app/components/modals

1 file changed

+2
-2
lines changed

libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ interface MatomoDialogProps {
1616
}
1717

1818
const MatomoDialog = (props: MatomoDialogProps) => {
19-
let { settings, showMatomo } = useContext(AppContext)
19+
const { settings, showMatomo } = useContext(AppContext)
2020
const { modal } = useDialogDispatchers()
2121
const [visible, setVisible] = useState<boolean>(props.hide)
22-
22+
2323
const message = () => {
2424
return (
2525
<>

0 commit comments

Comments
 (0)