fix: display properties fix
This commit is contained in:
parent
d8eeb9e17a
commit
ebf877b7fa
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue