Skip to content

Commit e6d47d3

Browse files
committed
chore: fallback-address-to-harcoded-one
1 parent d4c16cc commit e6d47d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/utils/submitListUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const constructItemWithMockValues = (data: IListMetadata): ItemDetailsFra
8585
status: Status.RegistrationRequested,
8686
disputed: false,
8787
registerer: {
88-
id: address as string,
88+
id: address ?? (getMockValueForType("address") as string),
8989
},
9090
props,
9191
};

0 commit comments

Comments
 (0)