Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk committed Dec 15, 2023
1 parent c9085e5 commit f3a8dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/staking-v3/components/Dapps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export default defineComponent({
return result.length > 0 ? result : [];
});
return { registeredDapps, filteredDapps, getDappTier, navigateDappPage };
console.log('registeredDapps', registeredDapps.value);
return { filteredDapps, getDappTier, navigateDappPage };
},
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/staking-v3/components/DiscoverV3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import FeatureDapp from './FeatureDapp.vue';
// import Ad from './Ad.vue';
import Dapps from './Dapps.vue';
import Leaderboard from './leaderboard/Leaderboard.vue';
import Staking from './my-staking/Staking.vue';
// import Staking from './my-staking/Staking.vue';
import DataList from './data/DataList.vue';
import DynamicAdsArea from './DynamicAdsArea.vue';
import ToggleButtons from './ToggleButtons.vue';
Expand Down

0 comments on commit f3a8dcd

Please sign in to comment.