X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=98c52c5da1e7747d898201918fdc20d319ebd276;hp=9fcc2e0d27007215b3e544244a5677a71a10bf40;hb=0cd10065df59cffb1d0b913b809a61b521f7f993;hpb=719fe3c29447245c59438d67c843a11b957c1dae diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 9fcc2e0d..98c52c5d 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -172,9 +172,11 @@ main th {{ st.tr["Options"] }} th tbody + // TODO: remove the check !!pc.options tr( v-for="pc in presetChalls" @click="newChallFromPreset(pc)" + v-if="!!pc.options" ) td {{ pc.vname }} td {{ pc.cadence }}