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", accessorKey: "indexedCommitHash",
size: 120, size: 150,
header: "Last commit", header: "Synced commit",
cell: ({ row }) => { cell: ({ row }) => {
const hash = row.getValue("indexedCommitHash") as string | null; const hash = row.getValue("indexedCommitHash") as string | null;
if (!hash) { if (!hash) {