Skip to content

Commit

Permalink
Update apps/expo/app/_layout.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <[email protected]>
  • Loading branch information
Tommylans and Jan authored Nov 30, 2023
1 parent 11aa979 commit 527bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function HomeLayout() {
})
if (!walletKey) return

const agent = await initializeAgent(walletKey).catch((e) => {
const agent = await initializeAgent(walletKey).catch(() => {
setAgentInitializationFailed(true)
toast.show('Could not initialize agent.')
})
Expand Down

0 comments on commit 527bea5

Please sign in to comment.