Redesign "failed to send messages" status bar

This commit is contained in:
Travis Ralston 2021-04-21 13:49:58 -06:00
parent 5b8cd10ee5
commit 91b3688feb
8 changed files with 177 additions and 78 deletions

View file

@ -30,7 +30,7 @@ interface IProps {
* If true, the badge will show a count if at all possible. This is typically
* used to override the user's preference for things like room sublists.
*/
forceCount: boolean;
forceCount?: boolean;
/**
* The room ID, if any, the badge represents.