diff --git a/src/pages/Editor/sections/OutputComponent/Output.jsx b/src/pages/Editor/sections/OutputComponent/Output.jsx index 600f245f..ed13004a 100644 --- a/src/pages/Editor/sections/OutputComponent/Output.jsx +++ b/src/pages/Editor/sections/OutputComponent/Output.jsx @@ -22,7 +22,10 @@ const OutputComponent = ({ pageNo, show }) => { className={`${classes.wrapper} col-11 col-lg-8 mx-auto mt-4 p-2`} style={{ display: show || allPagesVisible ? "block" : "none" }} > -