diff --git a/javascript/AddOn/PublishOverlay.jsx b/javascript/AddOn/PublishOverlay.jsx index c8fe695..8869eff 100644 --- a/javascript/AddOn/PublishOverlay.jsx +++ b/javascript/AddOn/PublishOverlay.jsx @@ -19,7 +19,6 @@ const PublishOverlay = ({ shareStory, changeHost, hostId, - close, show }) => { const publishDateObj = new Date(publishDate * 1000) @@ -62,6 +61,7 @@ const PublishOverlay = ({ show={show} close={savePublishDate} width="550px" + height="400px" title={`Publish story: ${title}`}>
@@ -86,7 +86,7 @@ const PublishOverlay = ({
{shareStoryForm} -
{closeButton}
+
{closeButton}
) }