File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const action = new FileAction({
15
15
title : ( nodes ) => {
16
16
const node = nodes [ 0 ]
17
17
18
- const signedNodeId = node . attributes [ 'signed-node-id' ] ;
18
+ const signedNodeId = node . attributes [ 'signed-node-id' ]
19
19
20
20
return ! signedNodeId || node . fileid === signedNodeId
21
21
? fileStatus . find ( status => status . id === node . attributes [ 'signature-status' ] ) . label
@@ -25,7 +25,7 @@ const action = new FileAction({
25
25
iconSvgInline : ( nodes ) => {
26
26
const node = nodes [ 0 ]
27
27
28
- const signedNodeId = node . attributes [ 'signed-node-id' ] ;
28
+ const signedNodeId = node . attributes [ 'signed-node-id' ]
29
29
30
30
return ! signedNodeId || node . fileid === signedNodeId
31
31
? fileStatus . find ( status => status . id === node . attributes [ 'signature-status' ] ) . icon
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Vue.use(PiniaVuePlugin)
28
28
29
29
const pinia = createPinia ( )
30
30
31
- const isEnabled = function ( fileInfo ) {
31
+ const isEnabled = function ( fileInfo ) {
32
32
if ( fileInfo ?. isDirectory ( ) || ! loadState ( 'libresign' , 'certificate_ok' ) ) {
33
33
return false
34
34
}
You can’t perform that action at this time.
0 commit comments