Only show platform settings if a platform is selected

This commit is contained in:
Roman Cervantes 2019-07-11 12:50:37 -07:00
parent e6e765c7d3
commit 1ab410f55d

View file

@ -10,6 +10,7 @@
/>
</div>
<template v-if="platform">
<div class="settings">
<h3>{{ $t('gameBoard.settings.wallpaper') }}</h3>
<wallpaper-upload />
@ -53,6 +54,7 @@
</button>
</modal>
</section>
</template>
</section>
</template>