Commit 91198959 authored by Clement Ho's avatar Clement Ho

[skip ci] add self closing

parent 2a001df3
......@@ -53,7 +53,7 @@ const sidebarAssigneesOptions = () => ({
template: `
<div class="sidebar-assignees">
<assignee-title :numberOfAssignees="assignees.users.length" />
<component :is="componentName" :assignees="assignees" :service="service"></component>
<component :is="componentName" :assignees="assignees" :service="service" />
</div>
`,
});
......
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