Merge pull request #2543 from Safelite/CASH-313-button-triggers-chat

CASH-313 hide and deactivate webchat button.
This commit is contained in:
bmauger 2025-05-21 15:53:26 -04:00 committed by GitHub
commit af6863ed8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,8 @@
<button
v-show="shouldShowWebchatButton"
v-on:click="webchatClicked"
v-on:keydown.enter.prevent.stop
type="button"
class="chat-button"></button>
</span>
</div>