mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-23 01:10:15 +00:00
apply review comments
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
x-init='$notifications.addMany([
|
||||
{%- for message in messages -%}
|
||||
{%- if not message.extra_tags -%}
|
||||
{ tag: {{ message.tags|string|tojson }}, text: {{ message|string|tojson }} },
|
||||
{ tag: "{{ message.tags }}", text: {{ message|string|tojson }} },
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
])'
|
||||
|
||||
Reference in New Issue
Block a user