Skip to content

Commit

Permalink
[LEMS-2227-adjust-aphrodite-to-not-use-important] Adding console mess…
Browse files Browse the repository at this point in the history
…age for debugging.
  • Loading branch information
mark-fitzgerald committed Jan 30, 2025
1 parent 960e11d commit ba8bb5a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const ChoiceIcon = function (props: ChoiceIconProps): React.ReactElement {
crossOutColor = WBColor.offBlack64;
}

console.log(`Using updated choice-icon.tsx`); // eslint-disable-line no-console

return (
<div className={css(sharedStyles.iconWrapper)}>
<FocusRing
Expand Down

0 comments on commit ba8bb5a

Please sign in to comment.