Skip to content

Commit a9fbb34

Browse files
committed
fix linting in dashboard
1 parent 1311687 commit a9fbb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/src/shared/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function retrieveBasicFormParams(
3939
examples = schemaExamples?.map((item: any) =>
4040
typeof item === "object"
4141
? (item?.[propertyKey]?.toString() ?? "")
42-
: (item?.toString() ?? "")
42+
: (item?.toString() ?? ""),
4343
);
4444
}
4545

0 commit comments

Comments
 (0)