[frontend] Fix hood name in title
This commit is contained in:
parent
43151b23d0
commit
5c39720802
|
@ -5,8 +5,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="dashboard">
|
<div class="dashboard">
|
||||||
<mat-card>
|
<mat-card>
|
||||||
<mat-card-title>
|
<mat-card-title *ngIf="hood$ | async as hood">
|
||||||
Your Hood - <strong>{{ (hood$ | async).name }}</strong>
|
Your Hood - <strong>{{ hood.name }}</strong>
|
||||||
</mat-card-title>
|
</mat-card-title>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue