Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/#428' into #429
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriána Kohanová committed Nov 6, 2020
2 parents 080a738 + 6330cbe commit 35f73e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ export const MoleculeListSortFilterDialog = memo(
};

const [initState] = useState(initialize());

filter = filter || initState;

const [filteredCount, setFilteredCount] = useState(getFilteredMoleculesCount(getListedMolecules(), filter));
const [predefinedFilter, setPredefinedFilter] = useState(filter.predefined);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fragalysis-frontend",
"version": "0.9.13",
"version": "0.9.15",
"description": "Frontend for fragalysis",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit 35f73e9

Please sign in to comment.