Skip to content

Commit

Permalink
fix: πŸ› remove empty block for communities page
Browse files Browse the repository at this point in the history
  • Loading branch information
ilirbeqirii committed Jul 3, 2024
1 parent a5384d5 commit 88ad32d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions angular-hub/src/app/pages/communities/index.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ export const routeMeta: RouteMeta = {
<li>
<app-community-card [community]="community"></app-community-card>
</li>
} @empty {
<p class="col-span-full">
No event matching the filter:
@if (selectedCountry()) {
<span>{{ selectedCountry() }}</span>
}
</p>
}
</ul>
`,
Expand Down

0 comments on commit 88ad32d

Please sign in to comment.