Skip to content

Commit

Permalink
Fixed formatting of displayIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishant1804 committed Jan 28, 2025
1 parent 3fb72cb commit a0f4d57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/DisplayIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ export default function DisplayIcon({
showArrow
positioning={{ placement: 'top' }}
>
<div
className={containerClassName}
>
<div className={containerClassName}>
{/* Display formatted number if the value is a number */}
<span className="text-gray-600 dark:text-gray-300">
{typeof icons[item] === 'number'
Expand Down

0 comments on commit a0f4d57

Please sign in to comment.