1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix title bug

This commit is contained in:
Tymoteusz Czech 2023-05-17 14:13:45 +02:00
parent 8dd70e922a
commit 587a51aa24
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -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>