diff --git a/apps/web/core/components/inbox/content/issue-properties.tsx b/apps/web/core/components/inbox/content/issue-properties.tsx index 807d9e235aa..c9d1419777a 100644 --- a/apps/web/core/components/inbox/content/issue-properties.tsx +++ b/apps/web/core/components/inbox/content/issue-properties.tsx @@ -1,4 +1,3 @@ -import React from "react"; import { observer } from "mobx-react"; import { StatePropertyIcon, @@ -58,7 +57,7 @@ export const InboxIssueContentProperties = observer(function InboxIssueContentPr return (
-
Properties
+
Properties
{/* Intake State */} diff --git a/apps/web/core/components/inbox/content/issue-root.tsx b/apps/web/core/components/inbox/content/issue-root.tsx index c93df6f0fb5..3c7b3c75dce 100644 --- a/apps/web/core/components/inbox/content/issue-root.tsx +++ b/apps/web/core/components/inbox/content/issue-root.tsx @@ -166,7 +166,7 @@ export const InboxIssueMainContent = observer(function InboxIssueMainContent(pro return ( <> -
+
{duplicateIssues.length > 0 && (
- +
+ +
- +
+ +
- +
+ +
); }); diff --git a/apps/web/core/components/inbox/content/root.tsx b/apps/web/core/components/inbox/content/root.tsx index d363ca165c3..f330f64689d 100644 --- a/apps/web/core/components/inbox/content/root.tsx +++ b/apps/web/core/components/inbox/content/root.tsx @@ -1,4 +1,3 @@ -import type { FC } from "react"; import { useEffect, useState } from "react"; import { observer } from "mobx-react"; import useSWR from "swr"; @@ -94,7 +93,7 @@ export const InboxContentRoot = observer(function InboxContentRoot(props: TInbox embedRemoveCurrentNotification={embedRemoveCurrentNotification} />
- + -

Attachments

+
+

Attachments

; return ( - ); });