Skip to content

Commit

Permalink
Fix: Farger mikset fra barn ble svart (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornreppen authored Mar 30, 2019
1 parent c7ec9eb commit 15329ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steg/10/metabase_med_farger.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function blandBarnasFarger(kode) {
function trickleColorsUp() {
const blends = {}
Object.keys(farger).forEach(kode => {
const farge_og_vekt = { farge: farger[kode] }
const farge_og_vekt = farger[kode]
const node = data[kode]
if (!node) return log.warn("Har farge for ukjent kode " + kode)
if (!node.farge) {
Expand Down

0 comments on commit 15329ab

Please sign in to comment.