Skip to content

Commit

Permalink
fix: display properties fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia committed Jun 29, 2023
1 parent ebf877b commit 32bf2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/components/core/issues-view-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 32bf2ed

Please sign in to comment.