fix: typo in component parameter
All checks were successful
/ Build (push) Successful in 39s

This commit is contained in:
log101 2024-06-12 15:18:15 +03:00
parent f86697e00d
commit 265fbcdecb

View File

@ -21,6 +21,6 @@ export async function getStaticPaths() {
<Layout title="log101"> <Layout title="log101">
<Header /> <Header />
<Post post={entry} componentType="full" /> <Post post={entry} componentType="full" />
<EmojiReactionForm postId={entry.id} /> <EmojiReactionForm entryId={entry.id} />
<Footer /> <Footer />
</Layout> </Layout>