From ccb067c69c6035592d3689fbc65ad817dbb91169 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:14:19 +0100 Subject: [PATCH] fix: show segment details in targetting (#6640) Preview (eye icon) on a segment in "targetting" when creating or editing a strategy now corectly shows details of a segment. Previously it was not showing constraints present in this segment --- frontend/src/component/common/SegmentItem/SegmentItem.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/common/SegmentItem/SegmentItem.tsx b/frontend/src/component/common/SegmentItem/SegmentItem.tsx index a926e6ff15..2a4904a232 100644 --- a/frontend/src/component/common/SegmentItem/SegmentItem.tsx +++ b/frontend/src/component/common/SegmentItem/SegmentItem.tsx @@ -72,7 +72,11 @@ export const SegmentItem: VFC = ({ const [isOpen, setIsOpen] = useState(isExpanded || false); return ( - + ({