From d586ef85ac8eb6689ce8529f5f9ac3234c4d8658 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 25 Jul 2024 22:49:51 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/ConfirmationBox.tsx | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/atoms/ConfirmationBox.tsx b/src/components/atoms/ConfirmationBox.tsx index b317c191..a1c6e869 100644 --- a/src/components/atoms/ConfirmationBox.tsx +++ b/src/components/atoms/ConfirmationBox.tsx @@ -10,21 +10,21 @@ interface ConfirmationBoxProps { export const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => { return ( - - - Confirmation - - - Do you want to interact with the element: {selector}? - - - - - + + + Confirmation + + + Do you want to interact with the element: {selector}? + + + + + ); }; \ No newline at end of file