Skip to content

Commit d26f009

Browse files
committed
Fixes env issue with environment
1 parent f39b172 commit d26f009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/ManagementPage/CentralKitchenCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
return window.ENABLE_TELEDECLARATION
8888
},
8989
canteenLink() {
90-
if (window.ENABLE_DASHBOARD && window.ENVIRONMENT === "dev") {
90+
if (window.ENABLE_DASHBOARD) {
9191
return {
9292
name: "DashboardManager",
9393
params: { canteenUrlComponent: this.$store.getters.getCanteenUrlComponent(this.canteen) },

0 commit comments

Comments
 (0)