Add comments

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-25 11:09:52 +01:00
parent 984b4372db
commit 4f3fe3d236
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ export default class MImageBody extends React.Component {
/* the maximum image height to use */
maxImageHeight: PropTypes.number,
/* the permalinkCreator */
permalinkCreator: PropTypes.object,
};