Non-structure locations are marked as approximated

This commit is contained in:
Franc Camps-Febrer
2019-01-31 18:37:23 -05:00
parent 4e000c8137
commit 8147af2620
4 changed files with 7 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ class Card extends React.Component {
<CardLocation
language={this.props.language}
location={this.props.event.location}
isPrecise={(this.props.event.type === 'Structure')}
/>
)
}