Only show it if it has a title.
This commit is contained in:
parent
2e38f934fe
commit
97fccb5615
1 changed files with 48 additions and 46 deletions
2
ui/src/components/iframely-card.tsx
vendored
2
ui/src/components/iframely-card.tsx
vendored
|
@ -27,6 +27,7 @@ export class IFramelyCard extends Component<
|
|||
let iframely = this.props.iframely;
|
||||
return (
|
||||
<>
|
||||
{iframely.title && (
|
||||
<div class="card my-2">
|
||||
<div class="row no-gutters">
|
||||
{iframely.thumbnail_url && (
|
||||
|
@ -81,6 +82,7 @@ export class IFramelyCard extends Component<
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
{this.state.expanded && (
|
||||
<div class="my-2 embed-responsive embed-responsive-16by9">
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue