feat: bugfix
This commit is contained in:
@@ -144,7 +144,7 @@ const DynamicNewsDetailPanel = ({ event }) => {
|
||||
{/* 相关概念 */}
|
||||
<RelatedConceptsSection
|
||||
eventTitle={event.title}
|
||||
effectiveTradingDate={event.trading_date}
|
||||
effectiveTradingDate={event.trading_date || event.created_at}
|
||||
eventTime={event.created_at}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user