Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benitsch committed Jun 28, 2024
1 parent f2e68b7 commit 109cf95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/shared/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Licensed under the Elastic License 2.0. */
import { useStudyStore } from '../../stores/studyStore';
const studyStore = useStudyStore();
console.log(studyStore.studyStatus);
const route = useRoute();
const auth = inject('authService') as AuthService;
Expand Down

0 comments on commit 109cf95

Please sign in to comment.