Skip to content

Commit 0815fce

Browse files
authored
Merge pull request #3426 from betagouv/fix-env
Fix du bug avec les cuisines centrales
2 parents f39b172 + d26f009 commit 0815fce

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)