We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4a4fa commit 0a87149Copy full SHA for 0a87149
packages/webui/src/client/ui/PieceIcons/Renderers/GraphicsInputIcon.tsx
@@ -13,7 +13,7 @@ export default class GraphicsInputIcon extends React.Component<{ abbreviation?:
13
xmlSpace="preserve"
14
>
15
<tspan lengthAdjust="spacing" className="label">
16
- {this.props.abbreviation ? this.props.abbreviation : 'G'}
+ {this.props.abbreviation !== undefined ? this.props.abbreviation : 'G'}
17
</tspan>
18
</text>
19
</svg>
0 commit comments