diff --git a/apps/remix-ide/src/app/tabs/search.tsx b/apps/remix-ide/src/app/tabs/search.tsx index 267396181a..6914ed0150 100644 --- a/apps/remix-ide/src/app/tabs/search.tsx +++ b/apps/remix-ide/src/app/tabs/search.tsx @@ -1,7 +1,6 @@ import { ViewPlugin } from '@remixproject/engine-web' import * as packageJson from '../../../../../package.json' import React from 'react' // eslint-disable-line -import { PluginViewWrapper } from '@remix-ui/helper' import { SearchTab } from '@remix-ui/search' const profile = { name: 'search', @@ -17,12 +16,11 @@ const profile = { } export class SearchPlugin extends ViewPlugin { - dispatch: React.Dispatch = () => {} + constructor () { super(profile) } - render() { return (