This commit is contained in:
bkellam 2025-10-23 17:20:38 -07:00
parent 662ebee14c
commit f76fd0c6c4

View file

@ -155,8 +155,8 @@ export const columns: ColumnDef<Repo>[] = [
},
{
accessorKey: "indexedCommitHash",
size: 120,
header: "Last commit",
size: 150,
header: "Synced commit",
cell: ({ row }) => {
const hash = row.getValue("indexedCommitHash") as string | null;
if (!hash) {