Skip to content

Commit d1e7162

Browse files
committed
fix: fix prop closing brace indentation in Sign
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent cca9a57 commit d1e7162

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/SignPDF/_partials/Sign.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default {
218218
loading: true,
219219
user: {
220220
account: { uid: '', displayName: '' },
221-
},
221+
},
222222
signPassword: '',
223223
showManagePassword: false,
224224
isModal: window.self !== window.top,
@@ -337,7 +337,7 @@ export default {
337337
})
338338
}
339339
})
340-
},
340+
},
341341
watch: {
342342
signRequestUuid(newUuid, oldUuid) {
343343
if (newUuid && oldUuid && newUuid !== oldUuid) {

0 commit comments

Comments
 (0)