Disable on-chain metadata for Open Edition collections

This commit is contained in:
Serkan Reis 2023-09-05 17:25:25 +03:00
parent eab00f140e
commit 6d8056fada

View File

@ -677,7 +677,7 @@ export const OpenEditionMinterCreator = ({
return ( return (
<div> <div>
{/* TODO: Cancel once we're able to index on-chain metadata */} {/* TODO: Cancel once we're able to index on-chain metadata */}
<Conditional test> <Conditional test={false}>
<div className="mx-10 mb-4 rounded border-2 border-white/20"> <div className="mx-10 mb-4 rounded border-2 border-white/20">
<div className="flex justify-center mb-2"> <div className="flex justify-center mb-2">
<div className="mt-3 ml-4 font-bold form-check form-check-inline"> <div className="mt-3 ml-4 font-bold form-check form-check-inline">