Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 18:08:28 +00:00
co-authored by renee-png
parent 0dc7031bc0
commit f43b727b18
+1 -1
View File
@@ -268,7 +268,7 @@ function ArchivePage() {
</tr>
</thead>
<tbody>
{filteredRows.map((r) => (
{rows.map((r) => (
<tr key={r.id} className="border-t hover:bg-muted/30">
{columns.map((c) => (
<td key={c} className="px-3 py-2 align-top max-w-xs truncate" title={String(r.data?.[c] ?? "")}>