(options)
| 32 | } |
| 33 | |
| 34 | constructor (options) { |
| 35 | if (options == null) { options = {} } |
| 36 | super(options) |
| 37 | this.hasTemporaryPremiumAccess = paymentUtils.hasTemporaryPremiumAccess() |
| 38 | this.isParentHomeAccount = me.isParentHome() |
| 39 | } |
| 40 | |
| 41 | afterInsert () { |
| 42 | // Automatically open sub modal, unless it will open later via storage sub-modal-continue flag |
nothing calls this directly
no test coverage detected