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 0d523e5 commit 0bc9747Copy full SHA for 0bc9747
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