diff --git a/frontend/src/pages/ScriptLibraryPage.tsx b/frontend/src/pages/ScriptLibraryPage.tsx index cd411f2b..88060194 100644 --- a/frontend/src/pages/ScriptLibraryPage.tsx +++ b/frontend/src/pages/ScriptLibraryPage.tsx @@ -53,9 +53,12 @@ export default function ScriptLibraryPage() { {isEngineer && ( - + + + + Manage Templates )} diff --git a/frontend/src/pages/ScriptManagePage.tsx b/frontend/src/pages/ScriptManagePage.tsx index a7aa12fc..f38028ad 100644 --- a/frontend/src/pages/ScriptManagePage.tsx +++ b/frontend/src/pages/ScriptManagePage.tsx @@ -27,7 +27,7 @@ export default function ScriptManagePage() { } return ( -
+
{mode === 'list' ? ( ) : (