mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-30 14:30:16 +00:00
fix: unread badge is number not bool
This commit is contained in:
parent
96268517aa
commit
2a8d19ad56
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ ToolAreaButton.propTypes =
|
|||
{
|
||||
toolAreaOpen : PropTypes.bool.isRequired,
|
||||
toggleToolArea : PropTypes.func.isRequired,
|
||||
unread : PropTypes.bool.isRequired,
|
||||
unread : PropTypes.number.isRequired,
|
||||
visible : PropTypes.bool.isRequired
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue