Skip to content

Commit

Permalink
feat: missed graphicsInputIcon in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Feb 4, 2025
1 parent 3c4a4fa commit 0a87149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class GraphicsInputIcon extends React.Component<{ abbreviation?:
xmlSpace="preserve"
>
<tspan lengthAdjust="spacing" className="label">
{this.props.abbreviation ? this.props.abbreviation : 'G'}
{this.props.abbreviation !== undefined ? this.props.abbreviation : 'G'}
</tspan>
</text>
</svg>
Expand Down

0 comments on commit 0a87149

Please sign in to comment.