(store)
| 2 | |
| 3 | export default class ZendeskTracker extends BaseTracker { |
| 4 | constructor (store) { |
| 5 | super() |
| 6 | |
| 7 | this.store = store |
| 8 | this.zendeskShown = false |
| 9 | } |
| 10 | |
| 11 | get isChatEnabled () { |
| 12 | return !this.onNoZendeskPage && |
nothing calls this directly
no outgoing calls
no test coverage detected