Commit 261bb9fe authored by Joel Collins's avatar Joel Collins
Browse files

Create but hide tour while not connected

parent ddcf26d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <div v-if="$store.getters.ready" id="tour-header"></div>
    <appContent v-if="$store.getters.ready" />
    <v-tour
      v-if="$store.getters.ready"
      v-show="$store.getters.ready"
      name="guidedTour"
      :steps="tourSteps"
      :callbacks="tourCallbacks"