Submitted by Jeiwan
MetadataRenderer.sol#L194
If a property without items was added, minting becomes impossible. To enable minting again, an item must be added to the
property, which is only possible through a new governance proposal.
Consider the following test case:
Short term, in the addProperties
function, ensure that each newly added property has at least one item.
Long term, after adding properties and items in the addProperties function, ensure that next token can be minted and rendered without errors.
kulkarohan (Nouns Builder) acknowledged
Alex the Entreprenerd (judge) commented:
