chore: review fixes

This commit is contained in:
Muhsin Keloth
2024-03-13 13:00:25 +05:30
parent a6db724f5b
commit 9dd40532a7
4 changed files with 39 additions and 28 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.timeLeftToBackInOnline;
}
return this.isOnline
? this.replyTimeStatus