diff --git a/apps/web/core/components/inbox/content/issue-properties.tsx b/apps/web/core/components/inbox/content/issue-properties.tsx index 807d9e235..c9d141977 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 c93df6f0f..3c7b3c75d 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 d363ca165..f330f6468 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 ( - ); });