diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx
index fb2fae9b..e060b6ef 100644
--- a/src/components/organisms/RightSidePanel.tsx
+++ b/src/components/organisms/RightSidePanel.tsx
@@ -209,15 +209,15 @@ export const RightSidePanel = () => {
)}
-{showPaginationSelector && (
-
- Please select the pagination element on the page
-
- {paginationSelector && (
- Selected pagination element: {paginationSelector}
- )}
-
- )}
+ {showPaginationSelector && (
+
+ Please select the pagination element on the page
+
+ {paginationSelector && (
+ Selected pagination element: {paginationSelector}
+ )}
+
+ )}
{!getText && !getScreenshot && !getList && }
{getText &&