From a3609debc40e94d40bebedfcd3bec99cf8619b84 Mon Sep 17 00:00:00 2001 From: Tainan Felipe Date: Thu, 28 Mar 2019 08:51:38 -0300 Subject: [PATCH] Fix misspelling --- .../imports/ui/components/presentation/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/presentation/component.jsx b/bigbluebutton-html5/imports/ui/components/presentation/component.jsx index b6ad03f8a9..e984448bd8 100644 --- a/bigbluebutton-html5/imports/ui/components/presentation/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/presentation/component.jsx @@ -150,7 +150,7 @@ class PresentationArea extends Component { let adjustedWidth; let adjustedHeight; - if (!originalHeight || !originalHeight) { + if (!originalHeight || !originalWidth) { return { width: 0, height: 0,