logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 58eea59864252ca29b505255a73293647d184705
parent: c7de92e0df93a6eb6a0b07c8891a7189f881141b
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 28 Jul 2017 20:32:05 +0900

Fix broken PropTypes (#4413)


Diffstat:

Mapp/javascript/mastodon/components/status.js4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js @@ -41,8 +41,8 @@ export default class Status extends ImmutablePureComponent { autoPlayGif: PropTypes.bool, muted: PropTypes.bool, intersectionObserverWrapper: PropTypes.object, - index: PropTypes.oneOf(PropTypes.string, PropTypes.number), - listLength: PropTypes.oneOf(PropTypes.string, PropTypes.number), + index: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), + listLength: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), }; state = {