💚 Removes commented out code in Section

This commit is contained in:
Alicia Sykes 2021-08-21 16:49:06 +01:00
parent f7ad5206d6
commit 4c1475533e
1 changed files with 0 additions and 5 deletions

View File

@ -51,7 +51,6 @@
import Item from '@/components/LinkItems/Item.vue';
import Collapsable from '@/components/LinkItems/Collapsable.vue';
import IframeModal from '@/components/LinkItems/IframeModal.vue';
// import { isSectionVisibleToUser } from '@/utils/ConfigHelpers';
export default {
name: 'Section',
@ -112,10 +111,6 @@ export default {
if (interval < 1) interval = 0;
return interval;
},
/* Returns false if this section should not be rendered for the current user/ guest */
// isSectionVisibleToUser() {
// return isSectionVisibleToUser(this.displayData);
// },
},
};
</script>