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

Commit

Permalink
fix(consultation): correct the casing of consultation
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 28, 2022
1 parent e332cbd commit 9380ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/consultation/chat_window/extra_controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
v-if="mustShowFinishButton"
class="additional-control show-action-taken-overlay-btn"
@click="showActionTakenOverlay">
finish consultation
Finish consultation
</a>
<a
v-if="mustShowCancelButton"
class="additional-control show-action-taken-overlay-btn"
@click="showActionTakenOverlay">
cancel consultation
Cancel consultation
</a>
<a
v-if="!isCurrentUserConsultant
Expand Down

0 comments on commit 9380ba0

Please sign in to comment.