diff --git a/frontend/src/pages/PostActions.tsx b/frontend/src/pages/PostActions.tsx index a67032c..5bc1bde 100644 --- a/frontend/src/pages/PostActions.tsx +++ b/frontend/src/pages/PostActions.tsx @@ -18,6 +18,7 @@ function PostActions() { if (oldPostContent.type == 1) { setIsMedia(true) } + setOldPost(oldPostContent); } } @@ -76,7 +77,7 @@ function PostActions() { ) : ( - + )}