Skip to content

Commit

Permalink
Ajout de classe pour styler depuis un theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBan committed Jul 27, 2020
1 parent 2fb4da8 commit 4398d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/eventDate/AddDateModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const AddDateModal = ({ currentEditDate, eventId, closeModal, allPlaces }) => {
/>
</PanelRow>

<PanelRow>
<PanelRow className={'event-place'}>
<SelectControl
label={__('Place', 'mn-wp-events')}
value={currentDate.place ? currentDate.place : null}
Expand Down
2 changes: 1 addition & 1 deletion src/js/eventDate/DateDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DateDetails = ({ date, editDate, deleteDate, allPlaces }) => {
<span>{dateFormat(date.endDate)}</span>
</PanelRow>

<PanelRow>
<PanelRow className={'event-place'}>
<span>{__('Place', 'mn-wp-events')}</span>
<span>{place && place.name}</span>
</PanelRow>
Expand Down

0 comments on commit 4398d0f

Please sign in to comment.