Skip to content

Commit

Permalink
Merge pull request #71 from naturalsolutions/fix/river_basin_name_null
Browse files Browse the repository at this point in the history
fix: error rb name null in complete card
  • Loading branch information
JulienCorny authored Jul 1, 2024
2 parents fd21434 + ff2dc1c commit eaa163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/zh-details/hierarchy/hierarchy.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h4 class="tabsSubtitle">Bassin versant : {{ data.river_basin_name }}</h4>
<h4 class="tabsSubtitle">Bassin versant : {{ data?.river_basin_name }}</h4>
<zh-table
[tableCols]="hierarchy.hierTableCols"
[data]="hierarchy.items"
Expand Down

0 comments on commit eaa163a

Please sign in to comment.