Skip to content

Commit da25da0

Browse files
committed
Fixed typo
1 parent 26b0e7f commit da25da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Drawer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export default class Drawer extends Component {
3232
// Height of the visible teaser area at the bottom of the screen
3333
teaserHeight: PropTypes.number,
3434
// Content extra style
35-
contentStyle: PropTypes.Object,
35+
contentStyle: PropTypes.object,
3636
// Backdrop extra style
37-
backdropStyle: PropTypes.Object,
37+
backdropStyle: PropTypes.object,
3838
};
3939

4040
// Set default prop values

0 commit comments

Comments
 (0)