aboutsummaryrefslogtreecommitdiff
path: root/src/containers
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-08-18 23:59:28 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-08-18 23:59:28 +0300
commite2686e861b3d999342b1de7838905b22e7e3d046 (patch)
tree3f0dc80a43e1475ccad0ef9c961804ef70b0782b /src/containers
parent6c9ee57d83d30d598062cfa95a73555808e04e7f (diff)
downloadwhich-ui-e2686e861b3d999342b1de7838905b22e7e3d046.tar.gz
add console logs
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/PollCreation/PollCreation.tsx2
1 files changed, 2 insertions, 0 deletions
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 },