Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
Co-authored-by: Major <[email protected]>
  • Loading branch information
w84april and Majorfi authored Nov 21, 2024
1 parent 05c911e commit 1c0185b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vaults-v3/components/list/VaultsV3ListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ export function VaultStakedAmount({currentVault}: {currentVault: TYDaemonVault})
currentVault.staking.available,
getToken
]);
console.log(staked);
return (
<div className={'flex flex-col pt-0 text-right md:pt-8'}>
<p
Expand Down

0 comments on commit 1c0185b

Please sign in to comment.