Skip to content

Commit

Permalink
Fix a minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Aug 25, 2021
1 parent f961437 commit 9d94803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const mutations = {
}
break;
case 'organ':
if (e.facet !== 'how all') {
if (e.facet !== 'show all') {
facets.organ.push(e.facet);
if (!state.facets.species.includes(e.facet))
state.facets.organ.push(e.facet);
Expand Down

0 comments on commit 9d94803

Please sign in to comment.