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",
|
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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue