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 ccc9166 commit 18a4727Copy full SHA for 18a4727
apps/remix-ide/src/app/plugins/iframe-content.tsx
@@ -3,7 +3,7 @@ import { ViewPlugin } from '@remixproject/engine-web'
3
import React from 'react' // eslint-disable-line
4
import { PluginViewWrapper } from '@remix-ui/helper'
5
6
-const _paq = (window._paq = window._paq || [])
+const _paq = (window._paq = window._paq || []) // eslint-disable-line
7
8
const profile = {
9
name: 'iframeContent',
0 commit comments