mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
refactor: add comments
This commit is contained in:
@ -51,6 +51,7 @@ export const DocumentHistorySheet = ({
|
||||
},
|
||||
{
|
||||
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
||||
keepPreviousData: true,
|
||||
},
|
||||
);
|
||||
|
||||
@ -168,6 +169,7 @@ export const DocumentHistorySheet = ({
|
||||
},
|
||||
];
|
||||
|
||||
// Insert the name to the start of the array if available.
|
||||
if (data.recipientName) {
|
||||
values.unshift({
|
||||
key: 'Name',
|
||||
|
||||
@ -9,7 +9,7 @@ export const RECIPIENT_ROLES_DESCRIPTION = {
|
||||
},
|
||||
[RecipientRole.CC]: {
|
||||
actionVerb: 'CC',
|
||||
actioned: 'CCed',
|
||||
actioned: `CC'd`,
|
||||
progressiveVerb: 'CC',
|
||||
roleName: 'Cc',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user