Fixed up event schema to reduce filters and narratives to associations; removed extraneous comments for deprecated functions

This commit is contained in:
efarooqui
2020-09-09 21:22:22 -07:00
parent ed7c3551d6
commit 2bc6affbf5
4 changed files with 4 additions and 18 deletions

View File

@@ -119,9 +119,7 @@ class Card extends React.Component {
renderExtra () {
return (
<div className='card-bottomhalf'>
{/* {this.renderFilters()} */}
{this.renderSources()}
{/* {this.renderNarrative()} */}
</div>
)
}