Fix misspelling

This commit is contained in:
Tainan Felipe 2019-03-28 08:51:38 -03:00
parent 8bf431441e
commit a3609debc4

View File

@ -150,7 +150,7 @@ class PresentationArea extends Component {
let adjustedWidth;
let adjustedHeight;
if (!originalHeight || !originalHeight) {
if (!originalHeight || !originalWidth) {
return {
width: 0,
height: 0,