Skip to content

Commit dc85669

Browse files
committed
fix e2e and comment
1 parent c5b15f6 commit dc85669

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/remix-ide/src/app/tabs/settings-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class SettingsTab extends ViewPlugin {
3636
}
3737
element: HTMLDivElement
3838
public useMatomoAnalytics: any
39-
public useMatomoPerfAnalytics: any
39+
public useMatomoPerfAnalytics: boolean
4040
public useCopilot: any
4141
dispatch: React.Dispatch<any> = () => {}
4242
constructor(config, editor) {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const MatomoDialog = (props: MatomoDialogProps) => {
1919
let { settings, showMatomo } = useContext(AppContext)
2020
const { modal } = useDialogDispatchers()
2121
const [visible, setVisible] = useState<boolean>(props.hide)
22-
showMatomo = true // remove it before merge
23-
22+
2423
const message = () => {
2524
return (
2625
<>

0 commit comments

Comments
 (0)