update pay ui

This commit is contained in:
2025-12-03 13:51:48 +08:00
parent 51ed56726c
commit be496290bb
2 changed files with 4 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ const DynamicNewsEventCard = React.memo(({
<StockChangeIndicators
avgChange={event.related_avg_chg}
maxChange={event.related_max_chg}
weekChange={event.related_week_chg}
expectationScore={event.expectation_surprise_score}
/>
</Box>
</VStack>