File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
apps/remix-ide/src/app/tabs
libs/remix-ui/app/src/lib/remix-app/components/modals Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default class SettingsTab extends ViewPlugin {
36
36
}
37
37
element : HTMLDivElement
38
38
public useMatomoAnalytics : any
39
- public useMatomoPerfAnalytics : any
39
+ public useMatomoPerfAnalytics : boolean
40
40
public useCopilot : any
41
41
dispatch : React . Dispatch < any > = ( ) => { }
42
42
constructor ( config , editor ) {
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ const MatomoDialog = (props: MatomoDialogProps) => {
19
19
let { settings, showMatomo } = useContext ( AppContext )
20
20
const { modal } = useDialogDispatchers ( )
21
21
const [ visible , setVisible ] = useState < boolean > ( props . hide )
22
- showMatomo = true // remove it before merge
23
-
22
+
24
23
const message = ( ) => {
25
24
return (
26
25
< >
You can’t perform that action at this time.
0 commit comments