Fix SPM bug
This commit is contained in:
parent
1952955f3b
commit
8fdb6a9fb1
9 changed files with 354 additions and 14 deletions
|
|
@ -288,7 +288,7 @@
|
|||
</a>
|
||||
</h6>
|
||||
<p class="text-muted small mb-2">
|
||||
<span class="activity-type-badge activity-type-${activity.activityType.toLowerCase()}">
|
||||
<span class="activity-type-badge activity-type-${(activity.activityType || '').toLowerCase().replace(/\s+/g, '-')}">
|
||||
${activity.activityType}
|
||||
</span>
|
||||
<span class="ms-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue