From 7aae800a0128e59a2711d7dda7f71e190db69a21 Mon Sep 17 00:00:00 2001 From: Marley Date: Thu, 13 Jul 2023 16:40:11 -0700 Subject: [PATCH] Remove nesting from SecondaryInfo --- .../{State/StateSecondaryInfo.vue => SecondaryInfo.vue} | 0 frontend/pages/patrons/index.vue | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) rename frontend/components/{State/StateSecondaryInfo.vue => SecondaryInfo.vue} (100%) diff --git a/frontend/components/State/StateSecondaryInfo.vue b/frontend/components/SecondaryInfo.vue similarity index 100% rename from frontend/components/State/StateSecondaryInfo.vue rename to frontend/components/SecondaryInfo.vue diff --git a/frontend/pages/patrons/index.vue b/frontend/pages/patrons/index.vue index 5d8ef9a..4fefceb 100644 --- a/frontend/pages/patrons/index.vue +++ b/frontend/pages/patrons/index.vue @@ -33,7 +33,7 @@ const patrons = [
{{ patron.name }}
- {{ patron.email }} + {{ patron.email }}
@@ -44,9 +44,7 @@ const patrons = [
{{ patron.checkedOut }} books
- - {{ patron.overdue }} overdue - + {{ patron.overdue }} overdue