We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3163326 + 16a16dc commit c45690fCopy full SHA for c45690f
docs/useEditContext.md
@@ -36,7 +36,7 @@ const Aside = () => {
36
<div>
37
<Typography variant="h6">Posts stats</Typography>
38
<Typography variant="body2">
39
- Last edition: {post.updated_at}
+ Last edition: {record.updated_at}
40
</Typography>
41
</div>
42
);
0 commit comments