Skip to content

Commit

Permalink
Update apps/ui/src/networks/offchain/api/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Tkaczyński <[email protected]>
  • Loading branch information
wa0x6e and Sekhmet authored May 27, 2024
1 parent 1c099aa commit e3be6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/networks/offchain/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export function createApi(uri: string, networkId: NetworkID): NetworkApi {
}
});

return aliases?.[0];
return aliases?.[0] ?? null;
}
};
}

0 comments on commit e3be6b2

Please sign in to comment.