Skip to content

Commit b2ef77e

Browse files
committed
feat: merged dev
1 parent 32924a6 commit b2ef77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navbar/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Navbar.propTypes = {
7575
PropTypes.shape({
7676
name: PropTypes.string.isRequired,
7777
path: PropTypes.string.isRequired,
78-
})
78+
}),
7979
).isRequired,
8080
};
8181

82-
export default Navbar;
82+
export default Navbar;

0 commit comments

Comments
 (0)