Skip to content

Commit

Permalink
solocert pages error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Jan 28, 2024
1 parent 16e1993 commit 840a4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/controllers/SoloPublic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="card-title col s8"><span class="card-title">Tower Solo Certificates</span></div>
</div>
<div>
<p class="no_certs" v-if="loading===false && certs.length === 0">There are no solo certificates on record for ZMA</p>
<p class="no_certs" v-if="loading===false && towercerts.length === 0">There are no Tower Solo certificates on record for ZMA</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/views/instructor/solocerts/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="card-title col s8"><span class="card-title">Tower Solo Certificates</span></div>
</div>
<div>
<p class="no_certs" v-if="loading===false && certs.length === 0">There are no solo certificates on record for ZMA</p>
<p class="no_certs" v-if="loading===false && towercerts.length === 0">There are no Tower Solo certificates on record for ZMA</p>
</div>
</div>

Expand Down

0 comments on commit 840a4d6

Please sign in to comment.