diff --git a/frontend/package.json b/frontend/package.json index 2356fb66f4..82087a8733 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.8.10", + "version": "0.8.12", "scripts": { "install:deps": "npm install", "start": "npm install && ng serve --configuration local --open", diff --git a/frontend/src/app/features/block-production/won-slots/block-production-won-slots.reducer.ts b/frontend/src/app/features/block-production/won-slots/block-production-won-slots.reducer.ts index 187fdf4725..0d64cec3d8 100644 --- a/frontend/src/app/features/block-production/won-slots/block-production-won-slots.reducer.ts +++ b/frontend/src/app/features/block-production/won-slots/block-production-won-slots.reducer.ts @@ -41,6 +41,7 @@ export const blockProductionWonSlotsReducer = createReducer( on(BlockProductionWonSlotsActions.setActiveSlot, (state, { slot }) => ({ ...state, activeSlot: slot, + activeSlotRoute: slot.globalSlot.toString(), })), on(BlockProductionWonSlotsActions.sort, (state, { sort }) => ({ ...state,