X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=98c52c5da1e7747d898201918fdc20d319ebd276;hb=0cd10065df59cffb1d0b913b809a61b521f7f993;hp=9fcc2e0d27007215b3e544244a5677a71a10bf40;hpb=902378e6276422d38b45f7d79282c2462f1124b1;p=vchess.git 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 }}