fix: unread badge is number not bool
This commit is contained in:
@@ -41,7 +41,7 @@ ToolAreaButton.propTypes =
|
|||||||
{
|
{
|
||||||
toolAreaOpen : PropTypes.bool.isRequired,
|
toolAreaOpen : PropTypes.bool.isRequired,
|
||||||
toggleToolArea : PropTypes.func.isRequired,
|
toggleToolArea : PropTypes.func.isRequired,
|
||||||
unread : PropTypes.bool.isRequired,
|
unread : PropTypes.number.isRequired,
|
||||||
visible : PropTypes.bool.isRequired
|
visible : PropTypes.bool.isRequired
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user