From 8a9ae237aca0455d8b7c2cace5249b56e4426b7d Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 15:59:04 +0530 Subject: [PATCH] style: attachment theming --- apps/app/components/issues/attachments.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app/components/issues/attachments.tsx b/apps/app/components/issues/attachments.tsx index 3408e5af0..13fc0d972 100644 --- a/apps/app/components/issues/attachments.tsx +++ b/apps/app/components/issues/attachments.tsx @@ -34,7 +34,7 @@ export const IssueAttachments = () => { workspaceSlug && projectId && issueId ? ISSUE_ATTACHMENTS(issueId as string) : null, workspaceSlug && projectId && issueId ? () => - issuesService.getIssueAttachment( + issuesService.getIssueAttachment( workspaceSlug as string, projectId as string, issueId as string @@ -61,7 +61,7 @@ export const IssueAttachments = () => { attachments.map((file) => (
@@ -87,7 +87,7 @@ export const IssueAttachments = () => {
-
+
{getFileExtension(file.asset).toUpperCase()} {convertBytesToSize(file.attributes.size)}