mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
chore: fix lint issues
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
@ -167,7 +167,7 @@ export const AddSignersFormPartial = ({
|
||||
const onAddSelfSigner = () => {
|
||||
const lastSignerIndex = signers.length - 1;
|
||||
if (!signers[lastSignerIndex].name || !signers[lastSignerIndex].email) {
|
||||
onRemoveSigner(lastSignerIndex)
|
||||
onRemoveSigner(lastSignerIndex);
|
||||
}
|
||||
appendSigner({
|
||||
formId: nanoid(12),
|
||||
|
||||
Reference in New Issue
Block a user