Skip to content

Commit

Permalink
Hiding empty note area
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Dec 2, 2019
1 parent 7f0bf19 commit 657989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/detail/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>
<div ng-include="'views/detail/service/' + activeTab + '.html'"></div>
</div>

<div class="container notes-container">
<div class="container notes-container" ng-if="service.notes.length">
<h2>Notes</h2>
<hr />
<table ng-table="notesTableParams" template-pagination="views/customPaginationControls.html" show-filter="false" class="table borderless service-notes-table">
Expand Down

0 comments on commit 657989b

Please sign in to comment.