From 3925f12203df791cea5a789d988719353d17a0ab Mon Sep 17 00:00:00 2001 From: Brian Jian Zhao Date: Wed, 12 Feb 2020 23:18:00 +1100 Subject: [PATCH] see changes --- main.js | 1 + ts/components/conversation/CreateGroupDialog.tsx | 1 + ts/components/session/SessionModal.tsx | 3 +++ 3 files changed, 5 insertions(+) diff --git a/main.js b/main.js index 2eb625db8..0f57c3956 100644 --- a/main.js +++ b/main.js @@ -721,6 +721,7 @@ async function showPermissionsPopupWindow() { // Some APIs can only be used after this event occurs. let ready = false; app.on('ready', async () => { + console.log('see me in here'); const userDataPath = await getRealPath(app.getPath('userData')); const installPath = await getRealPath(app.getAppPath()); diff --git a/ts/components/conversation/CreateGroupDialog.tsx b/ts/components/conversation/CreateGroupDialog.tsx index 1daf947db..7495a3778 100644 --- a/ts/components/conversation/CreateGroupDialog.tsx +++ b/ts/components/conversation/CreateGroupDialog.tsx @@ -123,6 +123,7 @@ export class CreateGroupDialog extends React.Component {
+

What is going on here

diff --git a/ts/components/session/SessionModal.tsx b/ts/components/session/SessionModal.tsx index 1d4c45808..4c160b3a3 100644 --- a/ts/components/session/SessionModal.tsx +++ b/ts/components/session/SessionModal.tsx @@ -58,6 +58,9 @@ export class SessionModal extends React.PureComponent { } = this.props; const { isVisible } = this.state; + console.log(this.props.children, "what is actually in here"); + + return isVisible ? (
{showHeader ? (