chore: fix lint issues
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
@@ -166,8 +166,8 @@ export const AddSignersFormPartial = ({
|
|||||||
|
|
||||||
const onAddSelfSigner = () => {
|
const onAddSelfSigner = () => {
|
||||||
const lastSignerIndex = signers.length - 1;
|
const lastSignerIndex = signers.length - 1;
|
||||||
if(!signers[lastSignerIndex].name || !signers[lastSignerIndex].email){
|
if (!signers[lastSignerIndex].name || !signers[lastSignerIndex].email) {
|
||||||
onRemoveSigner(lastSignerIndex)
|
onRemoveSigner(lastSignerIndex);
|
||||||
}
|
}
|
||||||
appendSigner({
|
appendSigner({
|
||||||
formId: nanoid(12),
|
formId: nanoid(12),
|
||||||
|
|||||||
Reference in New Issue
Block a user