Skip to content

Commit

Permalink
lmsg className added.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Oct 30, 2017
1 parent 7963533 commit 78cb9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LocationMessage/LocationMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class LocationMessage extends Component {

render() {
return (
<div>
<div className='rce-container-lmsg'>
<a
onClick={this.props.onOpen}
target={this.props.target}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`LocationMessage component should render without issues 1`] = `
<div>
<div
className="rce-container-lmsg"
>
<a
className="rce-mbox-location"
href="https://www.google.com/maps/search/?api=1&query=undefined,undefined&zoom=14"
Expand Down

0 comments on commit 78cb9dd

Please sign in to comment.