Skip to content

Commit 5fb2148

Browse files
committed
npm run format
Signed-off-by: Shrutim1505 <[email protected]>
1 parent 540e82f commit 5fb2148

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/components/pods/Pods.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,11 @@ const Pods = () => {
6969
setPods(cachedPods.slice(startIndex, endIndex));
7070
}, [cachedPods, pagination]);
7171

72-
73-
7472
const handleSearch = (event) => {
7573
setSearchText(event.target.value);
7674
setPagination((prev) => ({ ...prev, page: 1 }));
7775
};
7876

79-
8077
const handleClearSearch = () => {
8178
setSearchText("");
8279
setPagination((prev) => ({ ...prev, page: 1 }));

0 commit comments

Comments
 (0)