Skip to content

Commit

Permalink
fix: subscription #309
Browse files Browse the repository at this point in the history
completed subscription functionatily in signup page and home page
  • Loading branch information
ajoneoito committed Dec 2, 2021
1 parent 2fcde9c commit 4f0dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/events/[event_id].js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function BlogListing({ event }) {
const cookies = new Cookies();
const userCookie = cookies.get("userNullcast");
const [viewshare, setViewshare] = useState(false)
let pageUrl = window.location.href
let pageUrl = 'dummy link'
return (
<>
<Head>
Expand Down

0 comments on commit 4f0dbff

Please sign in to comment.