Skip to content

Commit 5ad68c3

Browse files
committed
style: fix UploadCertificate.vue prop closing bracket alignment
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 9e4ee03 commit 5ad68c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/UploadCertificate.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ export default {
4848
useModal: {
4949
type: Boolean,
5050
default: true,
51-
},
51+
},
5252
errors: {
5353
type: Array,
5454
default: () => [],
55-
},
55+
},
5656
},
5757
setup() {
5858
const signMethodsStore = useSignMethodsStore()

0 commit comments

Comments
 (0)