diff --git a/src/app/components/client/Popover.tsx b/src/app/components/client/Popover.tsx
index 7b9d89ce410..ee707f42315 100644
--- a/src/app/components/client/Popover.tsx
+++ b/src/app/components/client/Popover.tsx
@@ -33,7 +33,7 @@ function Popover({ children, offset, state, ...props }: PopoverProps) {
}
+ ref={props.popoverRef as React.RefObject
}
className={`${styles.popover} ${state.isOpen ? styles.isVisible : ""}`}
style={{
...popoverProps.style,
diff --git a/src/app/components/client/csat_survey/CsatSurveyBanner.tsx b/src/app/components/client/csat_survey/CsatSurveyBanner.tsx
index 25de333e117..303e8e666bb 100644
--- a/src/app/components/client/csat_survey/CsatSurveyBanner.tsx
+++ b/src/app/components/client/csat_survey/CsatSurveyBanner.tsx
@@ -71,7 +71,7 @@ export const CsatSurveyBanner = ({
return (