Skip to content

Commit

Permalink
Merge pull request #7 from ravikp/auto-select-first-vc
Browse files Browse the repository at this point in the history
feat(#590): fix first vc is getting re-selected once sharing is started
  • Loading branch information
tilak-puli authored Feb 28, 2023
2 parents 452bc3e + d7525d9 commit 666384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Scan/SendVcScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SendVcScreen: React.FC = () => {
if (service) {
controller.SELECT_VC_ITEM(0)(service);
}
}, [controller.vcKeys]);
}, []);

const reasonLabel = t('reasonForSharing');

Expand Down

0 comments on commit 666384d

Please sign in to comment.