Skip to content

Commit

Permalink
brought back EC3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgober committed Aug 22, 2019
1 parent b2df4d0 commit c5a4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/TemplateOption.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class TemplateOption extends Component {
<div className='popover-container'>
<FontAwesome className='fa-times clickable close' name='close-icon' onClick={this.handlePopoverClose} />
{this.formatText(this.props.content)}
<div className='choose-template clickable' onClick={this.handleTemplateSelection}> choose this template </div>
<div className='choose-template clickable' onClick={this.handleTemplateSelection}> choose template </div>
</div>
</Popover>
</div>
Expand Down

0 comments on commit c5a4ce5

Please sign in to comment.