Skip to content

Commit 13edfe1

Browse files
committed
fix: šŸ› remove empty block for communities page
1 parent 3bfa943 commit 13edfe1

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
@@ -48,14 +48,6 @@ export const routeMeta: RouteMeta = {
4848
<li>
4949
<app-community-card [community]="community"></app-community-card>
5050
</li>
51-
} @empty {
52-
<p class="col-span-full">
53-
No event matching the filter:
54-
55-
@if (selectedCountry()) {
56-
<span>{{ selectedCountry() }}</span>
57-
}
58-
</p>
5951
}
6052
</ul>
6153
`,

0 commit comments

Comments
Ā (0)