mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Small fix
This commit is contained in:
parent
9c6475aed5
commit
577ed2c746
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var Explore = injectIntl(React.createClass({
|
|||
},
|
||||
changeItemType: function () {
|
||||
var newType;
|
||||
for each (var t in this.props.acceptableTypes) {
|
||||
for (var t in this.props.acceptableTypes) {
|
||||
if (this.props.itemType != t) {
|
||||
newType = t;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue