* @returns {object|undefined} avatar schema object or undefined if not defined.
(state)
| 107 | * @returns {object|undefined} avatar schema object or undefined if not defined. |
| 108 | */ |
| 109 | getCh1Avatar (state) { |
| 110 | return (state.ozariaUserOptions || {}).avatar |
| 111 | }, |
| 112 | |
| 113 | inEU (state) { |
| 114 | if (!state.country) { |
nothing calls this directly
no outgoing calls
no test coverage detected