We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3000ef2 + fd7d20d commit 3c56ea1Copy full SHA for 3c56ea1
src/views/Validation.vue
@@ -264,7 +264,7 @@
264
{{ signer.hash_algorithm }}
265
</template>
266
</NcListItem>
267
- <NcListItem v-if="signer.opened && signer.timestamp.displayName"
+ <NcListItem v-if="signer.opened && signer.timestamp && signer.timestamp.displayName"
268
class="extra"
269
compact
270
:name="t('libresign', 'Timestamp Authority:')">
@@ -273,7 +273,7 @@
273
{{ signer.timestamp.displayName }}
274
275
276
- <div v-if="signer.opened && signer.timestamp.displayName">
+ <div v-if="signer.opened && signer.timestamp && signer.timestamp.displayName">
277
<NcListItem class="extra-chain"
278
279
:name="t('libresign', 'Time:')">
0 commit comments