Skip to content

Commit b09583a

Browse files
NAYANAR0502kevalmahajan
authored andcommitted
fixing eslint
Signed-off-by: NAYANAR <nayana.r5@ibm.com>
1 parent d7ebf7a commit b09583a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mcpgateway/static/admin.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23234,8 +23234,7 @@ function applyUnifiedFilters(entityType, searchText = "", filterTags = []) {
2323423234
// Virtual Servers: search name, description, and tool names
2323523235
const cells = row.querySelectorAll("td");
2323623236
if (cells.length >= 5) {
23237-
const name =
23238-
cells[3]?.textContent?.toLowerCase() || "";
23237+
const name = cells[3]?.textContent?.toLowerCase() || "";
2323923238
const description =
2324023239
cells[4]?.textContent?.toLowerCase() || "";
2324123240
const tools =

0 commit comments

Comments
 (0)