Skip to content

Commit

Permalink
Task/wg 174 & 175 improve right panel questionnaire pic scroll and me…
Browse files Browse the repository at this point in the history
…tadata (#176)

* task/WG-174-Improve-right-panel-questionnaire-metadata

* Used FeatureType() function to get find
questionnaire assets and consolidated logic
  • Loading branch information
sophia-massie authored Dec 1, 2023
1 parent 2b37299 commit 2c449e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
<hr />
</div>
<div class="cell medium-5 asset-detail-content">
<div class="cell medium-5 asset-detail-content" *ngIf="feature.featureType() !== 'questionnaire'">
<app-feature-metadata [feature]="feature"></app-feature-metadata>
<app-feature-geometry [feature]="feature"></app-feature-geometry>
</div>
Expand Down

0 comments on commit 2c449e7

Please sign in to comment.