temporarily disable changelog on addon listing pages because of markdown issues

pull/98/head
dperolio 2 years ago
parent 697b906bde
commit 9d49a65097
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -141,7 +141,7 @@ export default memo(({ addonId, type, section }) => {
)} )}
{hasChangelog && section === 'changelog' && ( {hasChangelog && section === 'changelog' && (
<Section header='Changelog' icon='more-info'> <Section header='Changelog' icon='more-info'>
<Markdown source={addon.sections.changelog} /> {/* <Markdown source={addon.sections.changelog} /> */}
</Section> </Section>
)} )}
</div> </div>

Loading…
Cancel
Save