Allow fullscreen on unit iframe

This commit is contained in:
Adam Butterworth
2020-01-23 17:23:40 -05:00
parent cf4d63ac99
commit 3afac3bcdc

View File

@@ -12,6 +12,7 @@ export default function Unit({ id, pageTitle }) {
title={pageTitle}
ref={iframeRef}
src={iframeUrl}
allowFullScreen
/>
);
}