Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 1, 2024
1 parent 401aab3 commit 265fd5f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const BalanceCard = ({ props }: BigIntCardPropsInternal) => {
? (output = Number(props?.value))
: (output = 0);

console.log(output);

return (
<div className={props?.classes?.card}>
<p className={props?.classes?.value}>{output}</p>
Expand Down

0 comments on commit 265fd5f

Please sign in to comment.