diff --git a/admin/src/components/ContentFooter.vue b/admin/src/components/ContentFooter.vue index a9afe90d7..d1591e242 100644 --- a/admin/src/components/ContentFooter.vue +++ b/admin/src/components/ContentFooter.vue @@ -32,17 +32,16 @@ import CONFIG from '../config' import { BTr } from 'bootstrap-vue-next' - const year = new Date().getFullYear() const version = CONFIG.APP_VERSION const hash = CONFIG.BUILD_COMMIT const shortHash = CONFIG.BUILD_COMMIT_SHORT -