wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/base/agent-log-modal/tracing.tsx
@@ -9,7 +9,7 @@
const TracingPanel: FC<TracingPanelProps> = ({ list }) => {
  return (
    <div className='bg-background-section'>
    <div className='bg-gray-50'>
      {list.map((iteration, index) => (
        <Iteration
          key={index}