diff --git a/frontend/src/components/prompts/Info.vue b/frontend/src/components/prompts/Info.vue index b1c1c72e..2265b85c 100644 --- a/frontend/src/components/prompts/Info.vue +++ b/frontend/src/components/prompts/Info.vue @@ -88,6 +88,7 @@ export default { try { const hash = await api.checksum(link, algo) + // eslint-disable-next-line event.target.innerHTML = hash } catch (e) { this.$showError(e)