X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=cb08808832af5d71b0159e601fd57aa589b9a3cf;hp=04ac6b84b0379095af45d731713664659c2e1f6b;hb=5b18515f0b7dbfab8a2770d9b0fc7aace09267dc;hpb=a06fc4ba49b535ba45d70ee7401c5d2e26faefa2 diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 04ac6b84..cb088088 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -186,13 +186,13 @@ main GameList( v-show="gdisplay=='live'" :games="filterGames('live')" - :showBoth="true" + :show-both="true" @show-game="showGame" ) div(v-show="gdisplay=='corr'") GameList( :games="filterGames('corr')" - :showBoth="true" + :show-both="true" @show-game="showGame" ) button#loadMoreBtn(