Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
replace generated background patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Nov 1, 2016
1 parent 4d4b124 commit 526bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/views/Settings/Background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Background extends Component {
}

this.setState({
seeds: seeds.concat(newSeeds)
seeds: newSeeds
});
}

Expand Down

0 comments on commit 526bb21

Please sign in to comment.