Skip to content

Commit b0737d5

Browse files
authored
Merge pull request #926 from microsoft/copilot/fix-list-related-accessibility-issue
Fix bare text node in HelpWantedWidget loading state
2 parents 6f98db2 + 5143d9f commit b0737d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/collaborate/components/HelpWantedWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function HelpWantedSection() {
7272
const helpWanted = data?.helpWanted || [];
7373

7474
if (isPending) {
75-
return <>Discovering recent activity...</>;
75+
return <p>Discovering recent activity...</p>;
7676
}
7777

7878
if (error) {

0 commit comments

Comments
 (0)