Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Oct 2, 2024
1 parent f270d42 commit f6e642c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Header = ({
Configured components
</h3>
<p className="flex flex-1 text-xl font-light text-ds-gray-octonary">
{data?.componentsCount}
{data?.coverageAnalytics?.componentsCount}
</p>
<p className="text-xs">
{/* @ts-expect-error */}
Expand Down
2 changes: 1 addition & 1 deletion src/services/repo/useComponentsBackfilled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const RepositorySchema = z.object({
componentsMeasurementsBackfilled: z.boolean().nullish(),
componentsCount: z.number().nullish(),
})
.nullish(),
.nullable(),
})

const BackfillComponentsMembershipSchema = z.object({
Expand Down

0 comments on commit f6e642c

Please sign in to comment.