Make onHeightChange
a required prop of <ConversationHero>
This commit is contained in:
parent
89fc7d2c0c
commit
11855d1585
3 changed files with 17 additions and 2 deletions
|
@ -418,6 +418,7 @@ const renderHeroRow = () => (
|
|||
profileName={getProfileName()}
|
||||
phoneNumber={getPhoneNumber()}
|
||||
conversationType="direct"
|
||||
onHeightChange={action('onHeightChange in ConversationHero')}
|
||||
sharedGroupNames={['NYC Rock Climbers', 'Dinner Party']}
|
||||
unblurAvatar={action('unblurAvatar')}
|
||||
updateSharedGroups={noop}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue