Skip to content

Commit

Permalink
correctly show groups action buttons when not using groups tab
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Nov 21, 2024
1 parent 2aad4e1 commit dc6fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TicketsListCustom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ const TicketsListCustom = (props) => {
ticket={ticket}
setTabOpen={setTabOpen}
key={ticket.id}
groupActionButtons={!!groups && !showTabGroups}
groupActionButtons={!groups && !showTabGroups}
/>
))}
</>
Expand Down

0 comments on commit dc6fb30

Please sign in to comment.