fix: hide Prep button on hired stage cards

This commit is contained in:
pyr0ball 2026-03-20 18:51:18 -07:00
parent e89fe51041
commit 048edb6cb4

View file

@ -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">