();
const { t } = useTranslation();
// derived values
@@ -40,9 +48,11 @@ function ProjectCreateHeader(props: Props) {
alt={t("project_cover_image_alt")}
className="absolute left-0 top-0 h-full w-full rounded-lg"
/>
-
+ {showActionButtons && (
+
+ )}
{isClosable && (