Fix skipped
This commit is contained in:
committed by
Fredrik Adelöw
parent
88df61309e
commit
affd8f0a2d
@@ -53,7 +53,7 @@ const FailCount = ({ count }: { count: number }): JSX.Element | null => {
|
||||
|
||||
const SkippedCount = ({ count }: { count: number }): JSX.Element | null => {
|
||||
if (count !== 0) {
|
||||
return <></>;
|
||||
return <>{count} skipped</>;
|
||||
}
|
||||
return null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user