Client: JavascriptSDK: fix sdk page crash

This commit is contained in:
Aleksandr Lushkin 2024-07-16 11:26:38 +02:00
parent 9ea9bf79a4
commit c6b04c022a

View File

@ -95,9 +95,7 @@ const SearchItemText = styled(Text)`
text-overflow: ellipsis;
overflow: hidden;
font-size: ${(props) =>
props.theme.getCorrectFontSize(
props.primary ? "14px" : props.info ? "11px" : "12px",
)};
props.primary ? "14px" : props.info ? "11px" : "12px"};
font-weight: ${(props) => (props.primary || props.info ? "600" : "400")};
color: ${(props) =>