(key)
| 831 | } |
| 832 | |
| 833 | shouldSeeManualPromotion (key) { |
| 834 | if (!key) { |
| 835 | return false |
| 836 | } |
| 837 | const seenPromotion = this.getSeenPromotion(key) |
| 838 | if (seenPromotion === false) { |
| 839 | // don't seePromotion so should show it |
| 840 | return true |
| 841 | } |
| 842 | return false |
| 843 | } |
| 844 | |
| 845 | shouldSeePromotion (key) { |
| 846 | const manualPromotionKeys = ['end-of-trial-promotion-modal'] |
no test coverage detected