Skip to content

Commit

Permalink
fix(react): 去除 tooltip总和 前后多余括号
Browse files Browse the repository at this point in the history
  • Loading branch information
许玲玲 committed Dec 1, 2023
1 parent 1207fa0 commit adbb60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const TooltipSummary: React.FC<TooltipSummaryProps> = React.memo(
>
{name ? (
<span className={`${TOOLTIP_PREFIX_CLS}-summary-key`}>
{name} {i18n('总和')})
{name} {i18n('总和')}
</span>
) : (
<span className={`${TOOLTIP_PREFIX_CLS}-summary-key`}>
Expand Down

0 comments on commit adbb60e

Please sign in to comment.