mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-17 13:43:50 +09:00
Formatting
This commit is contained in:
@@ -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 ) =>
|
||||
|
||||
Reference in New Issue
Block a user