fix: display properties fix

This commit is contained in:
anmolsinghbhatia 2023-06-29 18:33:44 +05:30
parent d8eeb9e17a
commit ebf877b7fa

View File

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