From 68b8cc3586e33b831ba7e64a5ee7d77b27af950e Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 23 Jun 2022 17:59:02 +0200 Subject: [PATCH] fix(ui) - last item border --- .../Funnels/FunnelIssueDetails/FunnelIssueDetails.tsx | 6 ++++-- .../components/Session_/EventsBlock/Metadata/SessionList.js | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/app/components/Dashboard/components/Funnels/FunnelIssueDetails/FunnelIssueDetails.tsx b/frontend/app/components/Dashboard/components/Funnels/FunnelIssueDetails/FunnelIssueDetails.tsx index 282713bd9..1ae1fe528 100644 --- a/frontend/app/components/Dashboard/components/Funnels/FunnelIssueDetails/FunnelIssueDetails.tsx +++ b/frontend/app/components/Dashboard/components/Funnels/FunnelIssueDetails/FunnelIssueDetails.tsx @@ -46,9 +46,11 @@ function FunnelIssueDetails(props: Props) { inDetails={true} />} -
+
{sessions.map((session: any) => ( - +
+ +
))}
diff --git a/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js b/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js index 6565d5c23..bc0868933 100644 --- a/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js +++ b/frontend/app/components/Session_/EventsBlock/Metadata/SessionList.js @@ -38,10 +38,9 @@ class SessionList extends React.PureComponent {
{ site.sessions.map(session => ( - <> +
-
- +
)) }