mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 08:04:46 +02:00
💚 Removes commented out code in Section
This commit is contained in:
parent
f7ad5206d6
commit
4c1475533e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user