From e2686e861b3d999342b1de7838905b22e7e3d046 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Tue, 18 Aug 2020 23:59:28 +0300 Subject: add console logs --- src/containers/PollCreation/PollCreation.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/containers/PollCreation') diff --git a/src/containers/PollCreation/PollCreation.tsx b/src/containers/PollCreation/PollCreation.tsx index 489c12a..6821544 100644 --- a/src/containers/PollCreation/PollCreation.tsx +++ b/src/containers/PollCreation/PollCreation.tsx @@ -52,6 +52,8 @@ const PollCreation: React.FC = () => { const handleClick = async () => { try { const [leftUrl, rightUrl] = await Bluebird.all([resolveLeft(), resolveRight()]); + console.log('leftUrl', leftUrl); + console.log('rightUrl', rightUrl); const contents = { left: { url: leftUrl }, -- cgit v1.2.3