💚 Removes commented out code in Section
This commit is contained in:
@@ -51,7 +51,6 @@
|
|||||||
import Item from '@/components/LinkItems/Item.vue';
|
import Item from '@/components/LinkItems/Item.vue';
|
||||||
import Collapsable from '@/components/LinkItems/Collapsable.vue';
|
import Collapsable from '@/components/LinkItems/Collapsable.vue';
|
||||||
import IframeModal from '@/components/LinkItems/IframeModal.vue';
|
import IframeModal from '@/components/LinkItems/IframeModal.vue';
|
||||||
// import { isSectionVisibleToUser } from '@/utils/ConfigHelpers';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Section',
|
name: 'Section',
|
||||||
@@ -112,10 +111,6 @@ export default {
|
|||||||
if (interval < 1) interval = 0;
|
if (interval < 1) interval = 0;
|
||||||
return interval;
|
return interval;
|
||||||
},
|
},
|
||||||
/* Returns false if this section should not be rendered for the current user/ guest */
|
|
||||||
// isSectionVisibleToUser() {
|
|
||||||
// return isSectionVisibleToUser(this.displayData);
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user