fix: request list hide btn manage messenger condition
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
puriphatt 2025-08-20 17:48:32 +07:00
parent b86891c8c2
commit a3c51f5f52

View file

@ -1008,6 +1008,7 @@ function toEmployee(employee: RequestData['employee']) {
v-if="
productsList.some((v) => v._messengerExpansion) &&
!(
data.requestDataStatus === RequestDataStatus.Completed ||
data.requestDataStatus === RequestDataStatus.Canceled ||
(responsibleList &&
!responsibleList[pageState.currentStep]?.user.find(