We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb4f3f commit aadc1abCopy full SHA for aadc1ab
frontend/src/components/Brokers/Broker/Configs/TableComponents/InputCell/InputCellViewMode.tsx
@@ -32,7 +32,9 @@ const InputCellViewMode: FC<InputCellViewModeProps> = ({
32
33
return (
34
<S.ValueWrapper>
35
- <S.Value $isDynamic={isDynamic} title={title}>{displayValue}</S.Value>
+ <S.Value $isDynamic={isDynamic} title={title}>
36
+ {displayValue}
37
+ </S.Value>
38
<Tooltip
39
value={
40
<Button
0 commit comments