Compare commits

...

3 Commits

Author SHA1 Message Date
sunghyunkang1111
32c1ff6cc9 Merge branch 'master' into throughput_text_fix 2026-03-06 13:37:46 -06:00
sunghyunkang1111
41cf3cb788 Merge branch 'master' into throughput_text_fix 2026-03-06 12:14:45 -06:00
Sung-Hyun Kang
aebaa34d83 Fix duplicate messages 2026-03-06 11:33:02 -06:00
2 changed files with 0 additions and 33 deletions

View File

@@ -546,9 +546,6 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
<span style={{ float: "right" }}>
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
</span>
<span style={{ float: "right" }} data-test="soft-allowed-maximum-throughput">
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
</span>
</Stack.Item>
</Stack>
<ProgressIndicator

View File

@@ -435,16 +435,6 @@ exports[`ThroughputInputAutoPilotV3Component autopilot input visible 1`] = `
>
1,000,000
</span>
<span
data-test="soft-allowed-maximum-throughput"
style={
{
"float": "right",
}
}
>
1,000,000
</span>
</StackItem>
</Stack>
<StyledProgressIndicatorBase
@@ -1043,16 +1033,6 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
>
1,000,000
</span>
<span
data-test="soft-allowed-maximum-throughput"
style={
{
"float": "right",
}
}
>
1,000,000
</span>
</StackItem>
</Stack>
<StyledProgressIndicatorBase
@@ -1629,16 +1609,6 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
>
1,000,000
</span>
<span
data-test="soft-allowed-maximum-throughput"
style={
{
"float": "right",
}
}
>
1,000,000
</span>
</StackItem>
</Stack>
<StyledProgressIndicatorBase