chore: Replace availability mixin

This commit is contained in:
Fayaz Ahmed
2024-09-10 02:22:07 +05:30
parent bb74c621b5
commit 5bce6707d2
8 changed files with 799 additions and 24 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default {
if (workingHoursEnabled) {
return this.isOnline
? this.replyTimeStatus
: `${this.$t('REPLY_TIME.BACK_IN')} ${this.timeLeftToBackInOnline}`;
: `${this.$t('REPLY_TIME.BACK_IN')} ${this.timeLeftToBackInOnline}`; // timeLeftToBackInOnline should be pulled in from the useNextAvailabilityTime composable
}
return this.isOnline
? this.replyTimeStatus