We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5384d5 commit 88ad32dCopy full SHA for 88ad32d
angular-hub/src/app/pages/communities/index.page.ts
@@ -49,14 +49,6 @@ export const routeMeta: RouteMeta = {
49
<li>
50
<app-community-card [community]="community"></app-community-card>
51
</li>
52
- } @empty {
53
- <p class="col-span-full">
54
- No event matching the filter:
55
-
56
- @if (selectedCountry()) {
57
- <span>{{ selectedCountry() }}</span>
58
- }
59
- </p>
60
}
61
</ul>
62
`,
0 commit comments