Skip to content

Commit 88ad32d

Browse files
committed
fix: šŸ› remove empty block for communities page
1 parent a5384d5 commit 88ad32d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ā€Žangular-hub/src/app/pages/communities/index.page.ts

-8
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ export const routeMeta: RouteMeta = {
4949
<li>
5050
<app-community-card [community]="community"></app-community-card>
5151
</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>
6052
}
6153
</ul>
6254
`,

0 commit comments

Comments
Ā (0)