Skip to content

Commit

Permalink
change skip button title for abbey phase
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Dec 18, 2020
1 parent 30e185a commit aa174a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/components/game/actions/TilePhaseAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
active
:local="local"
/>
<slot />
<slot :label="phase === 'AbbeyPhase' ? 'Draw a tile' : null" />
</section>
</template>

Expand All @@ -26,6 +26,7 @@ export default {
props: {
action: { type: Object, required: true },
phase: { type: String, required: true },
local: { type: Boolean }
},
Expand Down

0 comments on commit aa174a6

Please sign in to comment.