From dc6fb30a9393a6932df5c5e54ac882c52a7729a6 Mon Sep 17 00:00:00 2001 From: Claudemir Todo Bom Date: Thu, 21 Nov 2024 12:40:23 -0300 Subject: [PATCH] correctly show groups action buttons when not using groups tab --- frontend/src/components/TicketsListCustom/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TicketsListCustom/index.js b/frontend/src/components/TicketsListCustom/index.js index 41a9d96..43e75aa 100644 --- a/frontend/src/components/TicketsListCustom/index.js +++ b/frontend/src/components/TicketsListCustom/index.js @@ -382,7 +382,7 @@ const TicketsListCustom = (props) => { ticket={ticket} setTabOpen={setTabOpen} key={ticket.id} - groupActionButtons={!!groups && !showTabGroups} + groupActionButtons={!groups && !showTabGroups} /> ))}