diff --git a/src/components/post-modal/index.tsx b/src/components/post-modal/index.tsx index 7b6b4ad70..5d61ed55a 100644 --- a/src/components/post-modal/index.tsx +++ b/src/components/post-modal/index.tsx @@ -22,6 +22,7 @@ import { SliderTrack, SliderFilledTrack, SliderThumb, + ModalCloseButton, } from "@chakra-ui/react"; import dayjs from "dayjs"; import { useForm } from "react-hook-form"; @@ -298,6 +299,7 @@ export default function PostModal({ + {publishAction && } {renderContent()}