fix: hide Prep button on hired stage cards
This commit is contained in:
parent
e89fe51041
commit
048edb6cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ const columnColor = computed(() => {
|
|||
</div>
|
||||
<footer class="card-footer">
|
||||
<button class="card-action" @click.stop="emit('move', job.id)">Move to… ›</button>
|
||||
<button class="card-action" @click.stop="emit('prep', job.id)">Prep →</button>
|
||||
<button v-if="['phone_screen', 'interviewing', 'offer'].includes(job.status)" class="card-action" @click.stop="emit('prep', job.id)">Prep →</button>
|
||||
</footer>
|
||||
<!-- Signal banners -->
|
||||
<template v-if="job.stage_signals?.length">
|
||||
|
|
|
|||
Loading…
Reference in a new issue