Fix: ブラウザ上の警告、翻訳

This commit is contained in:
KMY 2024-06-04 08:19:14 +09:00
parent 8927b1444b
commit 2a7c52aa19
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ class EmojiReactionButton extends PureComponent {
domain: PropTypes.string,
url: PropTypes.string,
staticUrl: PropTypes.string,
count: PropTypes.number.isRequired,
count: PropTypes.number,
me: PropTypes.bool,
onEmojiReact: PropTypes.func,
onUnEmojiReact: PropTypes.func,