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 75c40a9 commit ee548daCopy full SHA for ee548da
libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
@@ -69,11 +69,6 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
69
plugin.on('terminal', 'terminalPanelHidden', () => {
70
setIsTerminalHidden(true)
71
})
72
-
73
- return () => {
74
- plugin.off('terminal', 'terminalPanelShown')
75
- plugin.off('terminal', 'terminalPanelHidden')
76
- }
77
}, [])
78
79
const startLearnEth = async () => {
0 commit comments