From 298803b9e38a388fa0bb3346fe6a04acf60c58d4 Mon Sep 17 00:00:00 2001
From: Jonathan Grim
Date: Fri, 8 Mar 2024 13:14:59 +0100
Subject: [PATCH] add note about google sync
---
src/pages/Profile/SettingsPage.vue | 10 ++++++++++
src/pages/UserDashboard.vue | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/pages/Profile/SettingsPage.vue b/src/pages/Profile/SettingsPage.vue
index b853e48..c3e4571 100644
--- a/src/pages/Profile/SettingsPage.vue
+++ b/src/pages/Profile/SettingsPage.vue
@@ -103,6 +103,16 @@
your RSVP status when waitlisted. You will continue to receive
emails when promoted from the waitlist.
+
+ For Google Calendar you may need to
+
+ enable synchronization after subscribing.
+
+
diff --git a/src/pages/UserDashboard.vue b/src/pages/UserDashboard.vue
index 8490869..a9c5941 100644
--- a/src/pages/UserDashboard.vue
+++ b/src/pages/UserDashboard.vue
@@ -26,7 +26,7 @@
>
Your facilitator
- {{ db.playerHistory[session.creator_id].bio || "No bio set" }}
+ {{ db.playerHistory[session.creator_id]?.bio || "No bio set" }}