mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
s
This commit is contained in:
parent
662ebee14c
commit
f76fd0c6c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue