Skip to content

Commit

Permalink
Feat: clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Aug 9, 2024
1 parent f5ed785 commit b0e3ae5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export const StakeContractInteraction = ({ address }: { address?: string }) => {
}
};

//console.log("stakerContractBalance.value", stakerContractBalance.value);
return (
<div className="flex items-center flex-col flex-grow w-full px-4 gap-12 text-neutral justify-center">
{isStakingCompleted && (
Expand Down

0 comments on commit b0e3ae5

Please sign in to comment.