Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Sep 13, 2023
1 parent eee6091 commit 14657a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/theme/SearchWidget/SearchWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const SearchWidget = (props) => {
const onChangeText = (event, { value }) => {
setText(value);
};

const pathname = props.pathname;
const onSubmit = (event) => {
const path =
Expand Down

0 comments on commit 14657a9

Please sign in to comment.