Skip to content

Commit

Permalink
fix: prettier searchBox.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
297318720 committed Apr 9, 2024
1 parent 66b351b commit 1687939
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/next-common/components/preImages/searchBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ const Wrapper = styled.div`
background: var(--neutral100);
`;

export default function SearchBox({ value, setValue,placeholder = "Search hash" }) {
export default function SearchBox({
value,
setValue,
placeholder = "Search hash",
}) {
return (
<Wrapper className="max-md:!w-full">
<div>
Expand Down

0 comments on commit 1687939

Please sign in to comment.