mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
fix
This commit is contained in:
@@ -43,7 +43,7 @@ export const PageUpdateDigestEmail = ({
|
|||||||
</Text>
|
</Text>
|
||||||
{page.updatedBy.length > 0 && (
|
{page.updatedBy.length > 0 && (
|
||||||
<Text style={updatedByText}>
|
<Text style={updatedByText}>
|
||||||
{page.updatedBy.join(', ')} made edits
|
Edited by {page.updatedBy.join(', ')}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</Section>
|
</Section>
|
||||||
|
|||||||
Reference in New Issue
Block a user