diff --git a/client/source/scripts/components/action-bar/SortDropdown.js b/client/source/scripts/components/action-bar/SortDropdown.js index cabb35bd..d05d82ee 100644 --- a/client/source/scripts/components/action-bar/SortDropdown.js +++ b/client/source/scripts/components/action-bar/SortDropdown.js @@ -20,7 +20,7 @@ export default class SortDropdown extends React.Component { super(); this.state = { - isExpanded: true + isExpanded: false }; methodsToBind.forEach((method) => {