Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2021
1 parent c55e3e4 commit eedc21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/blocks/src/TestsCoverage/BaseTestsCoverage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type BaseTestsCoverageProps = {
*/
export const BaseTestsCoverage: FC<BaseTestsCoverageProps> = ({
component,
pagination = { totalCountVisible : false},
pagination = { totalCountVisible: false },
}) => {
const theme = useTheme();
const columns = useMemo(() => {
Expand Down Expand Up @@ -78,7 +78,7 @@ export const BaseTestsCoverage: FC<BaseTestsCoverageProps> = ({
),
},
{
Header: 'Sipped',
Header: 'Skipped',
accessor: 'skipped',
Cell: ({ value }) => (
<div
Expand Down

0 comments on commit eedc21b

Please sign in to comment.