diff --git a/src/listAPIs.tsx b/src/listAPIs.tsx
index 02fb81c..e9a2cfc 100644
--- a/src/listAPIs.tsx
+++ b/src/listAPIs.tsx
@@ -116,49 +116,5 @@ export function ListAPIs({
- //
- //
- // {Tr(`Saved ${label} templates`)}
- //
- //
- //
- // {tmps.map((t, index) => (
- //
- //
- //
- //
- // {
- // // @ts-ignore
- // chatStore[apiField] = t.endpoint;
- // // @ts-ignore
- // chatStore[keyField] = t.key;
- // setChatStore({ ...chatStore });
- // }}
- // >
- // {t.name}
- //
- //
- //
-
- //
- //
- //
- //
- // ))}
- //
- //
- //
- //
- //
);
}