From 685266cefbb3ae400257b8d43ad5d95107f3f602 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 7 Sep 2024 02:00:10 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index f925c53c..d323d5d4 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -193,13 +193,12 @@ export const RightSidePanel = () => { <> { - paginationMode ? - paginationType !== "" ? - - : "" - : - - } + paginationMode ? + paginationType !== "" ? + + : "" + : + }