Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 74917fd

Browse files
authored
FIX: Use the correct connector tag name (#661)
1 parent 5a5d3da commit 74917fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/connectors/user-activity-bottom/assigned-list.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { classNames, tagName } from "@ember-decorators/component";
44
import icon from "discourse/helpers/d-icon";
55
import { i18n } from "discourse-i18n";
66

7-
@tagName("")
7+
@tagName("li")
88
@classNames("user-activity-bottom-outlet", "assigned-list")
99
export default class AssignedList extends Component {
1010
<template>

0 commit comments

Comments
 (0)