Skip to content

Commit

Permalink
add console log to figure out root cuase
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhoodie0823 committed Oct 13, 2023
1 parent 572840b commit 9243b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/TokenTooltip/TokenTooltipContentValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export const TokenTooltipContentValue: React.FC<Props> = ({ token }) => {
tokensContext.resolvedTokens,
]);

console.log('token in token tool tip: ', token);
console.log('resolvedValue: ', resolvedValue);

if (isSingleTypographyToken(token)) {
return (
<SingleTypographyValueDisplay
Expand Down

0 comments on commit 9243b85

Please sign in to comment.