Removed unused string classes in components

• Removed:
- unused string classes in components
This commit is contained in:
mgabdev
2020-09-01 18:15:05 -05:00
parent a5ae957ac5
commit 5c3339d0a8
2 changed files with 0 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ class EmbedModal extends ImmutablePureComponent {
<Input
readOnly
type='text'
className='embed-modal__html'
value={oembed && oembed.html || ''}
onClick={this.handleTextareaClick}
/>