浏览代码

Bugfix. Declare parameter

JC Brand 5 年之前
父节点
当前提交
15f15e9a09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/templates/profile_modal.js

+ 1 - 1
src/templates/profile_modal.js

@@ -55,7 +55,7 @@ const device_with_fingerprint = (o) => html`
 `;
 
 
-const device_without_fingerprint = () => html`
+const device_without_fingerprint = (o) => html`
     <li class="fingerprint-removal-item list-group-item nopadding">
         <label>
         <input type="checkbox" value="${o.device.get('id')}"