(state = {})
| 2184 | } |
| 2185 | |
| 2186 | function getCurrentLuckmailPurchase(state = {}) { |
| 2187 | return state.currentLuckmailPurchase |
| 2188 | ? normalizeLuckmailPurchase(state.currentLuckmailPurchase) |
| 2189 | : null; |
| 2190 | } |
| 2191 | |
| 2192 | function buildLuckmailPurchaseView(purchase, state = {}) { |
| 2193 | const normalizedPurchase = normalizeLuckmailPurchase(purchase); |
no test coverage detected