1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: boolean logic for feature last seen toolbar (#8016)

This commit is contained in:
Tymoteusz Czech 2024-08-30 13:23:08 +02:00 committed by GitHub
parent 2d99ba7d6d
commit a918590d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,7 @@ export const LastSeenTooltip = ({
</StyledDescriptionHeader> </StyledDescriptionHeader>
<ConditionallyRender <ConditionallyRender
condition={ condition={
Boolean(environments) && Boolean(environments) && Boolean(environmentsHaveLastSeen)
Boolean(environmentsHaveLastSeen) &&
false
} }
show={ show={
<StyledListContainer> <StyledListContainer>