We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3163326 commit 16a16dcCopy full SHA for 16a16dc
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