fix: display properties fix

This commit is contained in:
anmolsinghbhatia 2023-06-29 18:37:19 +05:30
parent ebf877b7fa
commit 32bf2ed56a

View File

@ -263,7 +263,8 @@ export const IssuesFilterView: React.FC = () => {
if (
(issueView === "spreadsheet" && key === "attachment_count") ||
(issueView === "spreadsheet" && key === "link")
(issueView === "spreadsheet" && key === "link") ||
(issueView === "spreadsheet" && key === "sub_issue_count")
)
return null;