Correct forgotten modification from untiering

This commit is contained in:
Eric Schultz 2019-11-05 14:15:57 -06:00
parent be93f67f8f
commit a50f0fd7ec

View file

@ -15,7 +15,7 @@ const colorPicker = require('../../../components/color-picker.es6')
const view = require('./view')
function init() {
var np = R.merge(app.nonprofit, {tier: app.current_plan_tier})
var np = R.merge(app.nonprofit, {})
var state = {
nonprofit: np
, font$: flyd.stream({