From 6933b4fb94d3fc45927f21f5614aaa838f03de80 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 19:17:37 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RobotDuplicate.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index 74a069d8..8882d97e 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -99,7 +99,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia if (success) { notify('success', t('robot_duplication.notifications.duplicate_success')); handleStart(robot); - handleClose(); + handleClose(); setTimeout(() => { window.location.reload(); @@ -136,7 +136,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia url1: 'producthunt.com/topics/api', url2: 'producthunt.com/topics/database' }) - }}/> + }} />
{t('robot_duplication.descriptions.warning')} @@ -152,16 +152,16 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia -