diff --git a/src/components/TwitterVideoEmbed.tsx b/src/components/TwitterVideoEmbed.tsx index 3af87e7..8f4cd69 100644 --- a/src/components/TwitterVideoEmbed.tsx +++ b/src/components/TwitterVideoEmbed.tsx @@ -63,8 +63,7 @@ const TwitterVideoEmbed = (props: TwitterVideoEmbedProps): any => { return ( - {loading && {props.placeholder}} -
+ {loading ? props.placeholder :
} ); };