We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4426a92 + b47d998 commit a64731bCopy full SHA for a64731b
src/utils/formatter.ts
@@ -48,7 +48,7 @@ const formatHypercertData = ({
48
external_url?: string;
49
image: string;
50
version: string;
51
- properties?: { trait_type: string; value: string; [k: string]: unknown }[];
+ properties?: { trait_type: string; value?: string; [k: string]: unknown }[];
52
impactScope: string[];
53
excludedImpactScope: string[];
54
workScope: string[];
0 commit comments