mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
### What type of PR is this? (check all applicable) - [X] Bug Fix ## Description This PR include fix required for issue #8058 and #6741 . - Fixes visibility of currency symbol on hover over field - Fixes visibility of task icon symbol on hover over field ## Related Tickets & Documents - Closes #8058 - Closes #6741 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
parent
016642a940
commit
63a3e070c5
@ -40,7 +40,7 @@ export const CurrencyDisplay = ({ currencyValue }: CurrencyDisplayProps) => {
|
||||
|
||||
return (
|
||||
<StyledEllipsisDisplay>
|
||||
{isDefined(CurrencyIcon) && (
|
||||
{isDefined(CurrencyIcon) && amountToDisplay !== null && (
|
||||
<>
|
||||
<CurrencyIcon
|
||||
color={theme.font.color.primary}
|
||||
|
Loading…
Reference in New Issue
Block a user