Skip to content

Commit

Permalink
[REFACTOR] #392: 피드백 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiseong committed Aug 22, 2023
1 parent 9b80b23 commit 6ccd4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/navbar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function NavBar() {
</CancelButton>
</Body>
</NavContainer>
<CarSelectContainer visible={menuVisible}></CarSelectContainer>
<CarSelectContainer visible={menuVisible} />
</Wrapper>
);
}
Expand Down

0 comments on commit 6ccd4cd

Please sign in to comment.