mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
parent
6f9c16a7a5
commit
9a037fda81
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ var Explore = injectIntl(React.createClass({
|
|||
window.location = window.location.origin + '/explore/' + newType + '/' + this.props.tab;
|
||||
},
|
||||
getBubble: function (type) {
|
||||
let classes = classNames({
|
||||
var classes = classNames({
|
||||
active: (this.props.category === type)
|
||||
});
|
||||
return (
|
||||
|
@ -98,7 +98,7 @@ var Explore = injectIntl(React.createClass({
|
|||
);
|
||||
},
|
||||
getTab: function (type) {
|
||||
let classes = classNames({
|
||||
var classes = classNames({
|
||||
active: (this.props.itemType === type)
|
||||
});
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue