Commit 15f15e9a authored by JC Brand's avatar JC Brand

Bugfix. Declare parameter

parent cf5f78cb
......@@ -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')}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment