mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-08 21:18:14 -05:00
chore: disallow expansion of received cards
This commit is contained in:
@@ -8,16 +8,16 @@ export interface Typegen0 {
|
||||
'invokeSrcNameMap': {};
|
||||
'missingImplementations': {
|
||||
actions: never;
|
||||
services: never;
|
||||
guards: never;
|
||||
delays: never;
|
||||
guards: never;
|
||||
services: never;
|
||||
};
|
||||
'eventsCausingActions': {
|
||||
viewVcFromParent: 'VIEW_VC';
|
||||
};
|
||||
'eventsCausingServices': {};
|
||||
'eventsCausingGuards': {};
|
||||
'eventsCausingDelays': {};
|
||||
'eventsCausingGuards': {};
|
||||
'eventsCausingServices': {};
|
||||
'matchesStates': 'idle' | 'viewingVc';
|
||||
'tags': never;
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ export const ReceivedCards: React.FC<HomeScreenTabProps> = (props) => {
|
||||
vcKey={vcKey}
|
||||
margin="0 2 8 2"
|
||||
isSharingVc
|
||||
onPress={controller.VIEW_VC}
|
||||
onPress={() => {}}
|
||||
/>
|
||||
))}
|
||||
{controller.vcKeys.length === 0 && (
|
||||
|
||||
Reference in New Issue
Block a user