Return empty string (not null) if user doesn't like building
Towards #364
This commit is contained in:
parent
6cfd12e638
commit
7d7c22ba98
@ -266,7 +266,7 @@ const LikeDataEntry: React.SFC<any> = (props) => { // TODO: remove any
|
||||
}
|
||||
</dd>
|
||||
{
|
||||
(props.user_building_like)? <dd>…including you!</dd> : null
|
||||
(props.user_building_like)? <dd>…including you!</dd> : ''
|
||||
}
|
||||
</Fragment>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user