aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/ui/SubscriptionPopupScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-25 11:52:30 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-25 11:52:30 +0200
commitca74c830e3fda49ec8dffbc68af069621865e228 (patch)
tree4dbe6c763fea423dc743eb3220754cd2be8f003f /src/containers/ui/SubscriptionPopupScreen.js
parentre-reset environment variables (diff)
parentMerge pull request #108 from meetfranz/develop (diff)
downloadferdium-app-ca74c830e3fda49ec8dffbc68af069621865e228.tar.gz
ferdium-app-ca74c830e3fda49ec8dffbc68af069621865e228.tar.zst
ferdium-app-ca74c830e3fda49ec8dffbc68af069621865e228.zip
Merge branch 'master' into chore/travis-setup
Diffstat (limited to 'src/containers/ui/SubscriptionPopupScreen.js')
-rw-r--r--src/containers/ui/SubscriptionPopupScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/ui/SubscriptionPopupScreen.js b/src/containers/ui/SubscriptionPopupScreen.js
index d17477b1d..0b6432e50 100644
--- a/src/containers/ui/SubscriptionPopupScreen.js
+++ b/src/containers/ui/SubscriptionPopupScreen.js
@@ -24,7 +24,7 @@ export default class SubscriptionPopupScreen extends Component {
24 render() { 24 render() {
25 return ( 25 return (
26 <SubscriptionPopup 26 <SubscriptionPopup
27 url={decodeURIComponent(this.props.router.params.url)} 27 url={this.props.router.params.url}
28 closeWindow={() => window.close()} 28 closeWindow={() => window.close()}
29 completeCheck={e => this.completeCheck(e)} 29 completeCheck={e => this.completeCheck(e)}
30 isCompleted={this.state.complete} 30 isCompleted={this.state.complete}