Skip to content

Commit

Permalink
Add v-if to KPageContainer in CoachClassListPage to avoid displaying …
Browse files Browse the repository at this point in the history
…the page until after data is finished loading
  • Loading branch information
LianaHarris360 committed Dec 16, 2024
1 parent deecb99 commit 0379629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>

<CoachAppBarPage :appBarTitle="appBarTitle">
<KPageContainer>
<KPageContainer v-if="!dataLoading">
<p>
<KRouterLink
v-if="userIsMultiFacilityAdmin"
Expand Down

0 comments on commit 0379629

Please sign in to comment.