mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix title bug
This commit is contained in:
parent
8dd70e922a
commit
587a51aa24
@ -86,9 +86,7 @@ export const StrategyTooltipLink: FC<IStrategyTooltipLinkProps> = ({
|
||||
<Truncated>
|
||||
<Typography component="s" color="text.secondary">
|
||||
{previousTitle}
|
||||
PREVIOUS consectetur adipiscing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua.
|
||||
</Typography>{' '}
|
||||
</Typography>
|
||||
</Truncated>
|
||||
}
|
||||
/>
|
||||
@ -103,9 +101,6 @@ export const StrategyTooltipLink: FC<IStrategyTooltipLinkProps> = ({
|
||||
<Typography component="span">
|
||||
{change.payload.title ||
|
||||
formatStrategyName(change.payload.name)}
|
||||
lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore
|
||||
magna aliqua.
|
||||
</Typography>
|
||||
</TooltipLink>
|
||||
</Truncated>
|
||||
|
Loading…
Reference in New Issue
Block a user