Skip to content

Commit

Permalink
fix(insights): fix divider in page header (#20083)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Feb 1, 2024
1 parent f171df8 commit 971ef6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/scenes/insights/InsightPageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ export function InsightPageHeader({ insightLogicProps }: { insightLogicProps: In
>
Share or embed
</LemonButton>
</>
)}
{insight.short_id && (
<>
<SubscribeButton insightShortId={insight.short_id} />
{exporterResourceParams ? (
<ExportButton
Expand All @@ -163,9 +159,9 @@ export function InsightPageHeader({ insightLogicProps }: { insightLogicProps: In
]}
/>
) : null}
<LemonDivider />
</>
)}
<LemonDivider />
<LemonSwitch
data-attr={`${showQueryEditor ? 'hide' : 'show'}-insight-source`}
className="px-2 py-1"
Expand Down

0 comments on commit 971ef6c

Please sign in to comment.