view: function({state, attrs}) {
        const subscription = attrs.subscription;

        return m(userSubscriptionBox, { subscription });
    }