Skip to content

Commit

Permalink
πŸ—‘ Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 10, 2024
1 parent ee735fe commit c1c75f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/mixins/HomeMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ const HomeMixin = {
const subPageName = isSubPage ? pagePath.split('/').pop() : null;
return subPageName;
},
// async getConfigForRoute() {
// this.$store.commit(Keys.SET_CURRENT_SUB_PAGE, this.subPageInfo);
// if (this.subPageInfo && this.subPageInfo.confPath) { // Get config for sub-page
// await this.$store.dispatch(Keys.INITIALIZE_MULTI_PAGE_CONFIG, this.subPageInfo.confPath);
// } else { // Otherwise, use main config
// this.$store.commit(Keys.USE_MAIN_CONFIG);
// }
// },
/* TEMPORARY: If on sub-page, check if custom theme is set and return it */
getSubPageTheme() {
if (!this.pageId || this.pageId === 'home') {
Expand Down

0 comments on commit c1c75f7

Please sign in to comment.