Merge pull request #166 from justinross/fix/multiple-clocks

Fixes #165
This commit is contained in:
megastruktur 2022-01-24 09:46:34 +03:00 committed by GitHub
commit 318243c4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
{{/if}}
<div class="clocks clocks-{{data.type}}">
{{{blades-clock "data.value" data.type data.value item.id}}}
{{{blades-clock "data.value" data.type data.value actor._id}}}
</div>
</div>
</form>