Skip to content

Commit

Permalink
fixed mobile connection chat navigation
Browse files Browse the repository at this point in the history
Signed-off-by: wadeking98 <[email protected]>
  • Loading branch information
wadeking98 committed Aug 31, 2023
1 parent 46b7f95 commit b7ad28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/legacy/core/App/screens/Connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const Connection: React.FC<ConnectionProps> = ({ navigation, route }) => {

if (
connectionId &&
oobRecord &&
(!goalCode || (!goalCode.startsWith('aries.vc.verify') && !goalCode.startsWith('aries.vc.issue')))
) {
// No goal code, we don't know what to expect next,
Expand Down

0 comments on commit b7ad28c

Please sign in to comment.