diff --git a/src/components/Post.jsx b/src/components/Post.jsx index faa03bbe5..28024871e 100644 --- a/src/components/Post.jsx +++ b/src/components/Post.jsx @@ -261,12 +261,8 @@ function Post(prop) { - - + + @@ -274,7 +270,7 @@ function Post(prop) {
{postHasImages ? ( - + ) : (
{caption}
)} @@ -342,7 +338,7 @@ function Post(prop) { {postHasImages ? ( - + ) : (
{caption}
)} diff --git a/src/reusableComponents/DialogBox.jsx b/src/reusableComponents/DialogBox.jsx index 67d5c6755..d5e6a10ca 100644 --- a/src/reusableComponents/DialogBox.jsx +++ b/src/reusableComponents/DialogBox.jsx @@ -26,9 +26,7 @@ const DialogBox = (props) => { {props.children} - + );