Fix in order to pass tsc

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2022-01-10 14:15:18 +01:00
parent 34883f5c9e
commit ef6c1a13b2
@@ -32,8 +32,8 @@ export type CheckResultRenderer = {
export function defaultCheckResultRenderers(
value: CheckResult[],
title: string,
description: string,
title?: string,
description?: string,
): CheckResultRenderer[] {
return [
{