Skip to content

Commit

Permalink
fix tootlip tittle
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Jan 27, 2025
1 parent 1c6d621 commit b2a7581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ui/components/ToolTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class ToolTip extends React.PureComponent<any, any> {
const options: Partial<Tooltip.Options> = {
trigger: 'hover',
placement: this.props.placement || 'top',
title: this.props.title,
title: this.props.title ?? '',
};

if (this.props.title) {
Expand Down

0 comments on commit b2a7581

Please sign in to comment.