Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
0dc7031bc0
commit
f43b727b18
@@ -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] ?? "")}>
|
||||
|
||||
Reference in New Issue
Block a user