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>
|
<Truncated>
|
||||||
<Typography component="s" color="text.secondary">
|
<Typography component="s" color="text.secondary">
|
||||||
{previousTitle}
|
{previousTitle}
|
||||||
PREVIOUS consectetur adipiscing elit, sed do eiusmod
|
</Typography>
|
||||||
tempor incididunt ut labore et dolore magna aliqua.
|
|
||||||
</Typography>{' '}
|
|
||||||
</Truncated>
|
</Truncated>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@ -103,9 +101,6 @@ export const StrategyTooltipLink: FC<IStrategyTooltipLinkProps> = ({
|
|||||||
<Typography component="span">
|
<Typography component="span">
|
||||||
{change.payload.title ||
|
{change.payload.title ||
|
||||||
formatStrategyName(change.payload.name)}
|
formatStrategyName(change.payload.name)}
|
||||||
lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
|
||||||
sed do eiusmod tempor incididunt ut labore et dolore
|
|
||||||
magna aliqua.
|
|
||||||
</Typography>
|
</Typography>
|
||||||
</TooltipLink>
|
</TooltipLink>
|
||||||
</Truncated>
|
</Truncated>
|
||||||
|
Loading…
Reference in New Issue
Block a user