Skip to content

Commit

Permalink
Merge pull request #4241 from Succorro/WV-164
Browse files Browse the repository at this point in the history
WV-164 Filter buttons disappearing [Team Review]
  • Loading branch information
DaleMcGrew authored Feb 5, 2025
2 parents 42fafcd + e08795d commit 4c92d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/common/components/Search/SearchBase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import colors from '../Style/Colors';
import normalizedImagePath from '../../utils/normalizedImagePath';

const closeIcon = normalizedImagePath('../../../img/global/icons/cross.svg');
const searchIcon = normalizedImagePath('../../../img/global/icons/search.svg');
const searchIcon = normalizedImagePath('../../../img/global/svg-icons/search.svg');

class SearchBase extends React.Component {
constructor (props) {
Expand Down
2 changes: 1 addition & 1 deletion src/js/pages/Values/OneValue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class OneValue extends Component {
{' '}
{issue.issue_name}
</Title>
{voterGuidesForValueLength > 0 && (
{organizationsForValueLength > 0 && (
<FilterChoices>
<Chip
key="forThisElectionKey"
Expand Down

0 comments on commit 4c92d25

Please sign in to comment.