Skip to content

Commit 624ccd5

Browse files
committed
add trailing comma
1 parent 5b6e14c commit 624ccd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Logo/Logo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Logo.defaultProps = {
2020
addClass: '',
2121
alt: '',
2222
height: 50,
23-
logoUrl: '/'
23+
logoUrl: '/',
2424
}
2525

2626
export default Logo

0 commit comments

Comments
 (0)