()
| 192 | |
| 193 | Template.changeAvatarPopup.helpers({ |
| 194 | error() { |
| 195 | return Template.instance().error; |
| 196 | }, |
| 197 | avatarUploadBlocked() { |
| 198 | return Template.instance().avatarUploadBlocked.get(); |
| 199 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected