Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow copying building addresses
Browse files Browse the repository at this point in the history
Closes #183
hawkrives committed Apr 29, 2018

Unverified

This user has not yet uploaded their public signing key.
1 parent 32bc6a3 commit 9e4759e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/views/map-carls/info.js
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ export class BuildingInfo extends React.Component<Props> {
{building.address ? (
<Section>
<SectionTitle>Address</SectionTitle>
<SectionContent>{building.address}</SectionContent>
<SectionContent selectable={true}>{building.address}</SectionContent>
</Section>
) : null}

0 comments on commit 9e4759e

Please sign in to comment.