We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f98db2 + 5143d9f commit b0737d5Copy full SHA for b0737d5
1 file changed
src/app/collaborate/components/HelpWantedWidget.tsx
@@ -72,7 +72,7 @@ function HelpWantedSection() {
72
const helpWanted = data?.helpWanted || [];
73
74
if (isPending) {
75
- return <>Discovering recent activity...</>;
+ return <p>Discovering recent activity...</p>;
76
}
77
78
if (error) {
0 commit comments