diff --git a/resources/vue/components/courseware/IndexApp.vue b/resources/vue/components/courseware/IndexApp.vue
index 8fcda08ba0446ce3ef87fba718c97eef3630ba66..0bcf2f2cdb7ef854822e9b6e1ada1b622f791b2a 100644
--- a/resources/vue/components/courseware/IndexApp.vue
+++ b/resources/vue/components/courseware/IndexApp.vue
@@ -116,7 +116,6 @@ export default {
                 return;
             }
 
-            this.structureLoadingState = 'loading';
             try {
                 await this.loadStructuralElement(id);
             } catch (error) {
@@ -125,7 +124,6 @@ export default {
                 return;
             }
 
-            this.structureLoadingState = 'done';
             this.$nextTick( () => {
                 this.canVisit = this.structuralElementLastMeta['can-visit'];
                 this.selected = this.structuralElementById({ id });