fix paywall doesn't show on index page

This commit is contained in:
MarconLP 2023-07-12 23:11:02 +02:00
parent 2edbe063e6
commit 3c37043217
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -395,6 +395,7 @@ const Home: NextPage = () => {
</div>
<VideoRecordModal />
<Paywall />
</>
);
};