chore: disallow expansion of received cards

This commit is contained in:
Harsh Vardhan
2023-08-16 15:32:35 +05:30
parent 1f1ffa75b3
commit 038b6e4259
2 changed files with 5 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -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 && (