pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent 93ca54adf3
commit 86bbc3a18e
  1. 1
      libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx

@ -39,7 +39,6 @@ function HomeTabLearn ({plugin}: HomeTabLearnProps) {
}
const goToLearnEthHome = async () => {
console.log({ plugin })
if(await plugin.appManager.isActive('LearnEth')) {
plugin.verticalIcons.select('LearnEth')
await plugin.call('LearnEth', 'home')

Loading…
Cancel
Save