Fix eslint error

This commit is contained in:
Yuya Ochiai 2017-09-04 21:54:16 +09:00
parent 950ae7f5ca
commit fccab551e2

View file

@ -88,6 +88,8 @@ TabBar.propTypes = {
id: PropTypes.string, id: PropTypes.string,
onSelect: PropTypes.func, onSelect: PropTypes.func,
teams: PropTypes.array, teams: PropTypes.array,
unreadCounts: PropTypes.array,
unreadAtActive: PropTypes.array,
mentionCounts: PropTypes.array, mentionCounts: PropTypes.array,
mentionAtActiveCounts: PropTypes.array, mentionAtActiveCounts: PropTypes.array,
onAddServer: PropTypes.func onAddServer: PropTypes.func