- {/* eslint-disable-next-line react/forbid-dom-props */}
-
+ |
{isGroupType(personAppearances.person) ? (
+
)}
diff --git a/frontend/src/scenes/session-recordings/apm/playerInspector/ItemPerformanceEvent.tsx b/frontend/src/scenes/session-recordings/apm/playerInspector/ItemPerformanceEvent.tsx
index 31c7bdd0ababd..4cac89797864f 100644
--- a/frontend/src/scenes/session-recordings/apm/playerInspector/ItemPerformanceEvent.tsx
+++ b/frontend/src/scenes/session-recordings/apm/playerInspector/ItemPerformanceEvent.tsx
@@ -234,11 +234,9 @@ export function ItemPerformanceEvent({
>
{x.title}
diff --git a/frontend/src/scenes/surveys/SurveyAppearanceUtils.tsx b/frontend/src/scenes/surveys/SurveyAppearanceUtils.tsx
index c3e71f16a9865..5d28310cc15b4 100644
--- a/frontend/src/scenes/surveys/SurveyAppearanceUtils.tsx
+++ b/frontend/src/scenes/surveys/SurveyAppearanceUtils.tsx
@@ -26,10 +26,8 @@ export function PresentationTypeCard({
}): JSX.Element {
return (
diff --git a/frontend/src/scenes/surveys/SurveyEdit.tsx b/frontend/src/scenes/surveys/SurveyEdit.tsx
index a8afb5e6c2ac4..5c96d2b6442bf 100644
--- a/frontend/src/scenes/surveys/SurveyEdit.tsx
+++ b/frontend/src/scenes/surveys/SurveyEdit.tsx
@@ -143,11 +143,7 @@ export default function SurveyEdit(): JSX.Element {
description="Use the PostHog API to show/hide your survey programmatically"
value={SurveyType.API}
>
-
+
diff --git a/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx b/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx
index 6e5f520fbfd87..41e5805fc057f 100644
--- a/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx
+++ b/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx
@@ -48,12 +48,11 @@ export function SurveyEditQuestionHeader({
return (
- {/* eslint-disable-next-line react/forbid-dom-props */}
-
+
{position ? (
- /* eslint-disable-next-line react/forbid-dom-props */
-
+
Stats
{dateRange}
@@ -80,8 +78,8 @@ export function ElementInfo(): JSX.Element | null {
) : null}
- {/* eslint-disable-next-line react/forbid-dom-props */}
-
+ {}
+
{!automaticActionCreationEnabled && (
<>
Actions ({activeMeta.actions.length})
diff --git a/frontend/src/toolbar/elements/ElementInfoWindow.tsx b/frontend/src/toolbar/elements/ElementInfoWindow.tsx
index 1c0d010f7541a..da8488a9d2876 100644
--- a/frontend/src/toolbar/elements/ElementInfoWindow.tsx
+++ b/frontend/src/toolbar/elements/ElementInfoWindow.tsx
@@ -65,59 +65,41 @@ export function ElementInfoWindow(): JSX.Element | null {
return (
{onClose ? (
windowWidth - 20 ? -6 : -12,
- transformOrigin: 'top left',
- background: 'black',
- color: 'white',
boxShadow: `hsla(4, 30%, 27%, 0.6) 0px 3px 10px 2px`,
- borderRadius: '100%',
- width: 24,
- height: 24,
- zIndex: 7,
- display: 'flex',
- alignItems: 'center',
- justifyContent: 'space-around',
- textAlign: 'center',
- cursor: 'pointer',
}}
>
) : null}
diff --git a/frontend/src/toolbar/elements/Elements.tsx b/frontend/src/toolbar/elements/Elements.tsx
index 3e57984535b67..a75e992a991a7 100644
--- a/frontend/src/toolbar/elements/Elements.tsx
+++ b/frontend/src/toolbar/elements/Elements.tsx
@@ -34,21 +34,16 @@ export function Elements(): JSX.Element {
<>
diff --git a/frontend/src/toolbar/elements/FocusRect.tsx b/frontend/src/toolbar/elements/FocusRect.tsx
index a61c7836829d8..046963aaaa277 100644
--- a/frontend/src/toolbar/elements/FocusRect.tsx
+++ b/frontend/src/toolbar/elements/FocusRect.tsx
@@ -37,17 +37,15 @@ export function FocusRect({ rect }: { rect: ElementRect }): JSX.Element {
{rects.map((r) => (
))}
diff --git a/frontend/src/toolbar/elements/Heatmap.tsx b/frontend/src/toolbar/elements/Heatmap.tsx
index 09a2fb23e53d3..d5c7e41f07fa9 100644
--- a/frontend/src/toolbar/elements/Heatmap.tsx
+++ b/frontend/src/toolbar/elements/Heatmap.tsx
@@ -32,12 +32,11 @@ function HeatmapMouseInfo({
}}
>
diff --git a/frontend/src/toolbar/elements/ScrollDepth.tsx b/frontend/src/toolbar/elements/ScrollDepth.tsx
index 9e929de52c745..e57976a9faf63 100644
--- a/frontend/src/toolbar/elements/ScrollDepth.tsx
+++ b/frontend/src/toolbar/elements/ScrollDepth.tsx
@@ -29,11 +29,10 @@ function ScrollDepthMouseInfo(): JSX.Element | null {
return (
@@ -118,15 +117,12 @@ export function ScrollDepth(): JSX.Element | null {
{heatmapElements.map(({ y, count }, i) => (
))}
|