diff --git a/src/components/ManageSlideOver/index.tsx b/src/components/ManageSlideOver/index.tsx index c59ad037..805113c4 100644 --- a/src/components/ManageSlideOver/index.tsx +++ b/src/components/ManageSlideOver/index.tsx @@ -211,36 +211,36 @@ const ManageSlideOver = ({
{((data?.mediaInfo?.downloadStatus ?? []).length > 0 || (data?.mediaInfo?.downloadStatus4k ?? []).length > 0) && ( -
-

- {intl.formatMessage(messages.downloadstatus)} -

-
-
    - {data.mediaInfo?.downloadStatus?.map((status, index) => ( - -
  • - -
  • -
    - ))} - {data.mediaInfo?.downloadStatus4k?.map((status, index) => ( - -
  • - -
  • -
    - ))} -
-
+
+

+ {intl.formatMessage(messages.downloadstatus)} +

+
+
    + {data.mediaInfo?.downloadStatus?.map((status, index) => ( + +
  • + +
  • +
    + ))} + {data.mediaInfo?.downloadStatus4k?.map((status, index) => ( + +
  • + +
  • +
    + ))} +
- )} +
+ )} {hasPermission([Permission.MANAGE_ISSUES, Permission.VIEW_ISSUES], { type: 'or', }) && @@ -312,10 +312,11 @@ const ManageSlideOver = ({
{!!watchData?.data && (
@@ -390,8 +391,9 @@ const ManageSlideOver = ({ >