We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc85669 commit 23d8947Copy full SHA for 23d8947
libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx
@@ -16,10 +16,10 @@ interface MatomoDialogProps {
16
}
17
18
const MatomoDialog = (props: MatomoDialogProps) => {
19
- let { settings, showMatomo } = useContext(AppContext)
+ const { settings, showMatomo } = useContext(AppContext)
20
const { modal } = useDialogDispatchers()
21
const [visible, setVisible] = useState<boolean>(props.hide)
22
-
+
23
const message = () => {
24
return (
25
<>
0 commit comments