We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341baa5 commit 938de61Copy full SHA for 938de61
1 file changed
app/components/Premium.js
@@ -99,7 +99,7 @@ export default () => {
99
return (
100
<div className="page premium">
101
<div className="container">
102
- <Header paywallRef={accessRef} onLogin={onLogin} />
+ <Header onLogin={onLogin} />
103
<h1>Premium post</h1>
104
<p>This is a premium post (with a paywall), it
105
contains exactly 10 paragraphs of lorem ipsum
@@ -112,7 +112,6 @@ export default () => {
112
<Paywall
113
ref={accessRef}
114
contentRef={paywallRef}
115
- beforeInit={init}
116
events={{ onSubscribeClick, onLoginClick }}
117
config={config}
118
/>
0 commit comments