Add jump to bottom button for right panel timeline (#7746)
This commit is contained in:
parent
0a45ae0781
commit
bf8438cbb2
3 changed files with 77 additions and 25 deletions
|
@ -21,7 +21,7 @@ import { _t } from '../../../languageHandler';
|
|||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
|
||||
interface IProps {
|
||||
numUnreadMessages: number;
|
||||
numUnreadMessages?: number;
|
||||
highlight: boolean;
|
||||
onScrollToBottomClick: (e: React.MouseEvent) => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue