# HG changeset patch # User Markus Kottlaender # Date 1557919341 -7200 # Node ID 5746497085b6fb2a4eaab1d6e10d95402c3c4081 # Parent 1a97a079ef1b7760c62beb9083c4fc1d1fadcf0a client: fixed wrong mutation name diff -r 1a97a079ef1b -r 5746497085b6 client/src/store/map.js --- a/client/src/store/map.js Wed May 15 13:21:53 2019 +0200 +++ b/client/src/store/map.js Wed May 15 13:22:21 2019 +0200 @@ -375,7 +375,7 @@ root: true }); } else { - commit("application/showStatistics", true, { root: true }); + commit("application/showFairwayDepth", true, { root: true }); commit("fairwayavailability/type", "stretches", { root: true }); commit("imports/selectedStretchId", stretches[0].getId(), { root: true