Skip to content

Commit ee548da

Browse files
committed
fix e2e
1 parent 75c40a9 commit ee548da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
6969
plugin.on('terminal', 'terminalPanelHidden', () => {
7070
setIsTerminalHidden(true)
7171
})
72-
73-
return () => {
74-
plugin.off('terminal', 'terminalPanelShown')
75-
plugin.off('terminal', 'terminalPanelHidden')
76-
}
7772
}, [])
7873

7974
const startLearnEth = async () => {

0 commit comments

Comments
 (0)