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.
1 parent d4c16cc commit e6d47d3Copy full SHA for e6d47d3
web/src/utils/submitListUtils.ts
@@ -85,7 +85,7 @@ export const constructItemWithMockValues = (data: IListMetadata): ItemDetailsFra
85
status: Status.RegistrationRequested,
86
disputed: false,
87
registerer: {
88
- id: address as string,
+ id: address ?? (getMockValueForType("address") as string),
89
},
90
props,
91
};
0 commit comments