diff --git a/frontend/pages/admin/index.vue b/frontend/pages/admin/index.vue index 4f6e95a..8e537d8 100644 --- a/frontend/pages/admin/index.vue +++ b/frontend/pages/admin/index.vue @@ -25,7 +25,7 @@ const adminItems: AdminItem[] = [ title: 'Test Portfolio Processing', icon: 'pi pi-file-o', desc: 'Test out portfolio processing with an uploaded portfolio', - href: '/admin/portfolio_test' + href: '/admin/portfolio_test', }, ] diff --git a/frontend/pages/admin/portfolio_test.vue b/frontend/pages/admin/portfolio_test.vue index d9feebd..2c6229e 100644 --- a/frontend/pages/admin/portfolio_test.vue +++ b/frontend/pages/admin/portfolio_test.vue @@ -1,6 +1,6 @@