fix/annoying-closing-of-trello-card (#16)
* Fix unexpected closing of trello card when clicking on bubble * Have latest change at the top in changelog
This commit is contained in:
@@ -12,11 +12,11 @@ const Bubble = ({ bookedHours }) => (
|
||||
)
|
||||
|
||||
Bubble.propTypes = {
|
||||
bookedHours: PropTypes.number
|
||||
bookedHours: PropTypes.number,
|
||||
}
|
||||
|
||||
Bubble.defaultProps = {
|
||||
bookedHours: 0
|
||||
bookedHours: 0,
|
||||
}
|
||||
|
||||
export default Bubble
|
||||
|
||||
Reference in New Issue
Block a user