mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
Merge pull request #139 from idpass/fix/116-request-screen
"Show this QR code to request a VC" displayed when sharing VC is already in process
This commit is contained in:
@@ -19,9 +19,11 @@ export const RequestScreen: React.FC<MainRouteProps> = (props) => {
|
||||
{controller.vidLabel.singular}
|
||||
</Text>
|
||||
) : (
|
||||
<Text align="center">
|
||||
Show this QR code to request {controller.vidLabel.singular}
|
||||
</Text>
|
||||
controller.isWaitingForConnection && (
|
||||
<Text align="center">
|
||||
Show this QR code to request {controller.vidLabel.singular}
|
||||
</Text>
|
||||
)
|
||||
)}
|
||||
</Column>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user