diff --git a/dashboard/pages/index.tsx b/dashboard/pages/index.tsx index bd184b9e..e9043289 100644 --- a/dashboard/pages/index.tsx +++ b/dashboard/pages/index.tsx @@ -114,7 +114,7 @@ function getStatus(output: Output | undefined): Status { } const columns: ColumnDef[] = [ columnHelper.accessor( - (row) => { + (row: any) => { const expectedStatus = row.outputs?.expected?.status const actualStatus = row.outputs?.actual?.status diff --git a/package-lock.json b/package-lock.json index fe224f50..2f4f3de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "client-runtimes-compatibility", + "name": "ecosystem-skunkworks-client-runtimes", "lockfileVersion": 2, "requires": true, "packages": {