Skip to content

Commit

Permalink
fix(messenger): disable delete contact button
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <clemntgirard@gmail.com>
  • Loading branch information
clegirar committed Oct 10, 2020
1 parent fbabe07 commit c0566c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packages/components/chat/ContactSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const DeleteContactButton: React.FC<{ id: string }> = ({ id }) => {
icon='trash-2-outline'
iconColor={color.red}
onPress={() => deleteContact({ id })}
disabled
/>
)
}
Expand Down

0 comments on commit c0566c6

Please sign in to comment.