Skip to content

Commit

Permalink
♻️refactor: Header.jsx - header에서 props 사용 안하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul committed Jun 24, 2024
1 parent 8893d96 commit 89fc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StyledHeaderDiv, StyledHeaderParentDiv } from "./Header.style";
import Search from "../search/Search";
import { useSelector } from "react-redux";

export default function Header(props) {
export default function Header() {
return (
<StyledHeaderDiv>
<StyledHeaderParentDiv>
Expand Down

0 comments on commit 89fc7eb

Please sign in to comment.