fix: fix broken when SSE

This commit is contained in:
Henry Li
2026-01-16 23:15:53 +08:00
parent facde645d7
commit 34ca58ed1b
3 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ import { getFileExtension, getFileName } from "@/core/utils/files";
export function PresentFileList({ files }: { files: string[] }) {
return (
<ul className="w-full">
<ul className="flex w-full flex-col gap-4">
{files.map((file) => (
<Card key={file}>
<CardHeader>