Correct forgotten modification from untiering
This commit is contained in:
parent
be93f67f8f
commit
a50f0fd7ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const colorPicker = require('../../../components/color-picker.es6')
|
||||||
const view = require('./view')
|
const view = require('./view')
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
var np = R.merge(app.nonprofit, {tier: app.current_plan_tier})
|
var np = R.merge(app.nonprofit, {})
|
||||||
var state = {
|
var state = {
|
||||||
nonprofit: np
|
nonprofit: np
|
||||||
, font$: flyd.stream({
|
, font$: flyd.stream({
|
||||||
|
|
Loading…
Reference in a new issue