Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 09:21:05 +02:00
parent 4cf4ab2266
commit e4d1859fb7
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -448,7 +448,7 @@ export default class MImageBody extends React.Component<IProps, IState> {
}
// Overidden by MStickerBody
protected getTooltip() {
protected getTooltip(): JSX.Element {
return null;
}