Skip to content

Commit

Permalink
hide associated route section for climbing_indoor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Besson committed Dec 27, 2021
1 parent b101871 commit 3b68544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/document/WaypointView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div style="clear: both" />
</div>

<routes-box v-if="!isDraftView" :document="document" />
<routes-box v-if="!isDraftView && document.waypoint_type !== 'climbing_indoor'" :document="document" />
<recent-outings-box v-if="!isDraftView" :document="document" />
<images-box v-if="!isDraftView" :document="document" />
<tool-box :document="document" v-if="$screen.isMobile" />
Expand Down

0 comments on commit 3b68544

Please sign in to comment.