Skip to content

Commit 4c67767

Browse files
committed
Fix ts compilation
1 parent 822015a commit 4c67767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/debug/DebugPendingRunSplash.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('<DebugPendingRunSplash />', () => {
1616
render: (gqlVal) => {
1717
return (
1818
<DebugPendingRunSplash
19-
specStatuses={gqlVal.specs.map((spec) => spec.status)}
19+
specStatuses={gqlVal.specs.map((spec) => spec.status!)}
2020
/>
2121
)
2222
},

0 commit comments

Comments
 (0)