diff --git a/apps/app/components/issues/activity.tsx b/apps/app/components/issues/activity.tsx index 0f260b182..b845e12e9 100644 --- a/apps/app/components/issues/activity.tsx +++ b/apps/app/components/issues/activity.tsx @@ -24,8 +24,8 @@ import { BlockedIcon, BlockerIcon, CyclesIcon, TagIcon, UserGroupIcon } from "co import { renderShortNumericDateFormat, timeAgo } from "helpers/date-time.helper"; import { addSpaceIfCamelCase } from "helpers/string.helper"; // types -import { IIssueComment } from "types"; -import { PROJECT_ISSUES_ACTIVITY } from "constants/fetch-keys"; +import { IIssueComment, IIssueLabels } from "types"; +import { PROJECT_ISSUES_ACTIVITY, PROJECT_ISSUE_LABELS } from "constants/fetch-keys"; const activityDetails: { [key: string]: { @@ -35,54 +35,54 @@ const activityDetails: { } = { assignee: { message: "removed the assignee", - icon: , + icon: