Hid admin comment button when not in recruiter view

This commit is contained in:
2025-12-14 14:00:31 -05:00
parent 15810097bb
commit 5edce9b6fd
2 changed files with 7 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ async function handleDeny(id) {
</ApplicationForm>
<div v-if="!newApp" class="pb-15">
<h3 class="scroll-m-20 text-2xl font-semibold tracking-tight mb-4">Discussion</h3>
<ApplicationChat :messages="chatData" @post="postComment" @post-internal="postCommentInternal">
<ApplicationChat :messages="chatData" @post="postComment" @post-internal="postCommentInternal" :admin-mode="finalMode === 'view-recruiter'">
</ApplicationChat>
</div>
</div>