Fix missing props for RichHeader

This commit is contained in:
mbaharip
2024-05-05 16:50:46 +07:00
parent eb0804826b
commit b08d6cedde
+1
View File
@@ -24,6 +24,7 @@ export default function Readme({ content, title }: Props) {
title={title}
view={view}
onViewChange={setView}
fileType={"markdown"}
/>
<CardContent className='p-1.5 pt-0 tablet:p-3 tablet:pt-0'>
<Markdown