Let dropdown be collapsed by default (woops)

This commit is contained in:
John Furrow
2015-11-08 00:50:21 -08:00
parent d7e002179d
commit 51023c063c
@@ -20,7 +20,7 @@ export default class SortDropdown extends React.Component {
super();
this.state = {
isExpanded: true
isExpanded: false
};
methodsToBind.forEach((method) => {