style(ext): remove raw section from ResultCard
This commit is contained in:
@@ -315,9 +315,7 @@ export function EventCard({ event }: { event: HistoricalEvent }) {
|
|||||||
<ResultCard
|
<ResultCard
|
||||||
success={input?.success ?? true}
|
success={input?.success ?? true}
|
||||||
text={input?.text || event.action.output || ''}
|
text={input?.text || event.action.output || ''}
|
||||||
>
|
/>
|
||||||
<RawSection rawRequest={event.rawRequest} rawResponse={event.rawResponse} />
|
|
||||||
</ResultCard>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user