Formatting

This commit is contained in:
Justin Foell
2020-03-27 16:40:26 -05:00
parent fb185f4d6e
commit 9a0b86dba3
2 changed files with 5 additions and 14 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
/* global wp, wpStrava */
import EmbedPlaceholder from './embed-placeholder';
import EmbedControls from './embed-controls';
const { isEmpty } = lodash;
const { Component } = wp.element;
const { isEmpty } = lodash;
/**
* Localized Data.
@@ -47,7 +47,7 @@ class Edit extends Component {
return (
<EmbedPlaceholder
icon="chart-line"
label="BBQ LOL Label"
label="Strava Activity"
onSubmit={ this.setUrl }
value={ url }
onChange={ ( event ) =>