Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(revert): unmake urgent state
Browse files Browse the repository at this point in the history
This reverts commit 27574b2.
  • Loading branch information
lemredd committed Dec 10, 2022
1 parent cca50b4 commit 7ef270f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/consultation/helpers/make_consultation_states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export default function(
const hasTerminated = isAfterScheduledStart.value && !hasDeleted.value
return hasTerminated && props.consultation.actionTaken === null
})
const isUrgent = computed(
() => props.consultation.reason.toLocaleLowerCase().includes("urgent:"))

setInterval(() => {
currentTime.value = new Date()
Expand All @@ -53,7 +51,6 @@ export default function(
isCanceled,
isDone,
isOngoing,
isUrgent,
willSoonStart,
willStart
}
Expand Down

0 comments on commit 7ef270f

Please sign in to comment.