.
This commit is contained in:
parent
68607e3d1f
commit
18f47fff5f
@ -46,7 +46,7 @@ const myRemainingQuota = computed(() => {
|
||||
return props.remainingVacationData?.[myUserId.value] ?? 0;
|
||||
});
|
||||
const isGiftButtonDisabled = computed(() => {
|
||||
return myRemainingQuota.value <= 0;
|
||||
return myRemainingQuota.value < 0;
|
||||
});
|
||||
// 사원 별 남은 보내기 개수
|
||||
const fetchSentVacationCount = async () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user