From 5084b55df1880789b2316e9d99e4da2ef3d44321 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 01:07:53 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RecordingsTable.tsx | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index 8ca6ee50..1f6dd492 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -259,26 +259,26 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl onRowsPerPageChange={handleChangeRowsPerPage} /> setModalOpen(false)}> -
- Enter URL To Extract Data - setRecordingUrl(e.target.value)} - style={{ marginBottom: '20px', marginTop: '20px' }} - /> - -
-
+
+ Enter URL To Extract Data + setRecordingUrl(e.target.value)} + style={{ marginBottom: '20px', marginTop: '20px' }} + /> + +
+ ); }