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

        return m(userContributedBox, { contribution });
    }