pull/3321/head
Joseph Izang 2 years ago committed by Aniket
parent b16247ee17
commit 005c0073be
  1. 1
      libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx

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

Loading…
Cancel
Save