Only show it if it has a title.

This commit is contained in:
Dessalines 2020-02-17 12:45:08 -05:00
parent 2e38f934fe
commit 97fccb5615
1 changed files with 48 additions and 46 deletions

View File

@ -27,6 +27,7 @@ export class IFramelyCard extends Component<
let iframely = this.props.iframely; let iframely = this.props.iframely;
return ( return (
<> <>
{iframely.title && (
<div class="card my-2"> <div class="card my-2">
<div class="row no-gutters"> <div class="row no-gutters">
{iframely.thumbnail_url && ( {iframely.thumbnail_url && (
@ -81,6 +82,7 @@ export class IFramelyCard extends Component<
</div> </div>
</div> </div>
</div> </div>
)}
{this.state.expanded && ( {this.state.expanded && (
<div class="my-2 embed-responsive embed-responsive-16by9"> <div class="my-2 embed-responsive embed-responsive-16by9">
<div <div