From 0e2b1b98b8a56087d91601d267853ca234f4f3de Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 15 Jul 2020 23:32:51 -0400 Subject: [PATCH] add id to iframe for easier embed styling --- ui/component/embedTextArea/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/embedTextArea/view.jsx b/ui/component/embedTextArea/view.jsx index 4dd4379d2..702edb49a 100644 --- a/ui/component/embedTextArea/view.jsx +++ b/ui/component/embedTextArea/view.jsx @@ -21,7 +21,7 @@ export default function EmbedTextArea(props: Props) { const input = useRef(); const streamUrl = generateEmbedUrl(name, claimId, includeStartTime, startTime); - let embedText = ``; + let embedText = ``; function copyToClipboard() { const topRef = input.current;