()
| 121 | } |
| 122 | |
| 123 | onClickRequestQuoteModal () { |
| 124 | const modal = new GetLicensesModal() |
| 125 | return this.openModalView(modal) |
| 126 | } |
| 127 | |
| 128 | onClickRequestQuote (e) { |
| 129 | this.playSound('menu-button-click') |
nothing calls this directly
no outgoing calls
no test coverage detected