(e)
| 119 | }, |
| 120 | // @$emit('archiveContact', @skippedContact, archived) |
| 121 | onClickUnarchiveContact (e) { |
| 122 | const archived = false |
| 123 | return this.$store.dispatch('page/archiveContact', { skippedContact: this.skippedContact, archived }) |
| 124 | } |
| 125 | } |
| 126 | } |
| 127 | // @$emit('archiveContact', @skippedContact, archived) |
nothing calls this directly
no outgoing calls
no test coverage detected