Use TileShape enum more universally
This commit is contained in:
parent
de4a29cd3c
commit
9b6495903c
5 changed files with 23 additions and 17 deletions
|
@ -42,7 +42,7 @@ export default class MessageEvent extends React.Component {
|
|||
onHeightChanged: PropTypes.func,
|
||||
|
||||
/* the shape of the tile, used */
|
||||
tileShape: PropTypes.string,
|
||||
tileShape: PropTypes.string, // TODO: Use TileShape enum
|
||||
|
||||
/* the maximum image height to use, if the event is an image */
|
||||
maxImageHeight: PropTypes.number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue