Skip to content

Commit 04b560a

Browse files
author
Dominik Sumer
committed
fixed linting
1 parent 741e1bd commit 04b560a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tooltip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Tooltip extends Component {
2727
destroyTooltipOnHide: PropTypes.bool,
2828
align: PropTypes.object,
2929
arrowContent: PropTypes.any,
30-
ariaId: PropTypes.string
30+
ariaId: PropTypes.string,
3131
};
3232

3333
static defaultProps = {

0 commit comments

Comments
 (0)