Skip to content

Commit

Permalink
feat: debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Nov 29, 2023
1 parent 8e75f76 commit bbcf007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const ConnectionProcessScreen: FC = () => {
const areChannelsLoaded = channels.length > 0
const areCertificatesLoaded = Object.values(certificatesMapping).length > 0
const isAllDataLoaded = areChannelsLoaded && areCertificatesLoaded

console.log({ isCommunityInitialized, areMessagesLoaded, isAllDataLoaded })
if (isCommunityInitialized && areMessagesLoaded && isAllDataLoaded) {
dispatch(
navigationActions.replaceScreen({
Expand Down

0 comments on commit bbcf007

Please sign in to comment.