Skip to content

Commit

Permalink
refactor: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Jan 4, 2023
1 parent 44e16a4 commit dea9c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dapp-staking/my-staking/OnChainData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export default defineComponent({
if (it.dapp && it.stakerInfo) {
const balance = getBalance(it);
return {
iconUrl: it.dapp.iconUrl,
name: it.dapp.name,
Expand Down

0 comments on commit dea9c14

Please sign in to comment.