Update QRCodeComponent.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-10-08 12:29:05 -04:00 committed by Overtorment
parent 12c2ca7ef8
commit c881341355

View file

@ -54,7 +54,7 @@ const QRCodeComponent = ({
icon: QRCodeComponent.actionIcons.Share,
},
]}
onPress={handleShareQRCode}
onPressMenuItem={handleShareQRCode}
>
{renderQRCode}
</ToolTipMenu>