diff --git a/pages/dashboard.vue b/pages/dashboard.vue
index 1d03d3c..683a671 100644
--- a/pages/dashboard.vue
+++ b/pages/dashboard.vue
@@ -268,7 +268,7 @@ async function updateTeamData() {
{{ currentRankings[0][1] }}
Team 6502 Stats
-
+
= [];
async function setup() {
//gets all documents from the database asynchronously
@@ -124,7 +124,7 @@ async function setup() {
>
- Notes: {{ row.value.notes }}
+ Notes:
{{ row.value.notes }}
diff --git a/pages/notes.vue b/pages/notes.vue
index 674520c..a049071 100644
--- a/pages/notes.vue
+++ b/pages/notes.vue
@@ -1,5 +1,5 @@