Skip to content

Commit 8b14233

Browse files
committed
added back in batch metadata module
1 parent 01b3311 commit 8b14233

File tree

1 file changed

+1
-2
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components

1 file changed

+1
-2
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/module-instance.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export function ModuleInstance(props: ModuleInstanceProps) {
4343
return <ClaimableModule {...props} />;
4444
}
4545

46-
// TODO: remove the -ignore suffix once batch metadata uploading is supported
47-
if (props.contractInfo.name.includes("BatchMetadata-ignore")) {
46+
if (props.contractInfo.name.includes("BatchMetadata")) {
4847
return <BatchMetadataModule {...props} />;
4948
}
5049

0 commit comments

Comments
 (0)