Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add qr code to receive page. #193

Merged
merged 1 commit into from
Jan 23, 2017
Merged

Add qr code to receive page. #193

merged 1 commit into from
Jan 23, 2017

Conversation

jcvernaleo
Copy link
Member

Uses a pure js qr generating package (qr-image).

Closes #188

@@ -3,6 +3,7 @@ import React, { Component, PropTypes } from 'react';
import ErrorScreen from './ErrorScreen';
import Button from './ButtonTanel';
import SideBar from './SideBar';
var qr = require('qr-image');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to:
import qr from 'qr-image';

for consistency

@alexlyp
Copy link
Member

alexlyp commented Jan 23, 2017

works great. nice job

Uses a pure js qr generating package (qr-image).

Closes decred#188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants