mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: display properties fix
This commit is contained in:
parent
d8eeb9e17a
commit
ebf877b7fa
@ -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…
Reference in New Issue
Block a user