Skip to content

Commit

Permalink
Change to null
Browse files Browse the repository at this point in the history
  • Loading branch information
sevfurneaux committed Nov 13, 2024
1 parent df671d3 commit 704480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/react/livequestions/Filters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class Filter extends React.Component {
))}
</select>
</div> // eslint-disable-line react/jsx-closing-tag-location
: ''}
: null}
<div className="form-actions">
<div className="form-actions__right">
<button type="submit" className="button">{filterText}</button>
Expand Down

0 comments on commit 704480b

Please sign in to comment.