Skip to content

Commit d95a3af

Browse files
committed
Fix propTypes warning
1 parent 87a737b commit d95a3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/Detail/ToggleDirectionButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const ToggleDirectionButton = ({ onClick, isRTL }) => (
2020

2121
ToggleDirectionButton.propTypes = {
2222
onClick: PropTypes.func.isRequired,
23-
isRTL: PropTypes.string.isRequired
23+
isRTL: PropTypes.bool.isRequired
2424
}
2525

2626
export default CSSModules(ToggleDirectionButton, styles)

0 commit comments

Comments
 (0)