diff --git a/client/src/components/global/Footer.vue b/client/src/components/global/Footer.vue
index 4bf616074..ec7d25ba6 100644
--- a/client/src/components/global/Footer.vue
+++ b/client/src/components/global/Footer.vue
@@ -15,18 +15,12 @@ ccarra1@asu.edu
Solo Mode
- Free Play
- Join Mars Madness
@@ -132,6 +126,14 @@ export default class Footer extends Vue {
get constants() {
return Constants;
}
+
+ get isTournamentEnabled() {
+ return this.$tstore.state.isTournamentEnabled;
+ }
+
+ get isFreePlayEnabled() {
+ return this.$tstore.state.isFreePlayEnabled;
+ }
}
diff --git a/client/src/components/global/Navbar.vue b/client/src/components/global/Navbar.vue
index 87221a47f..492a537f6 100644
--- a/client/src/components/global/Navbar.vue
+++ b/client/src/components/global/Navbar.vue
@@ -45,7 +45,7 @@
Solo Mode