From ea6cc204b40ece1113f3d8377ace343bad18aa9f Mon Sep 17 00:00:00 2001 From: Teofil Jolte Date: Wed, 11 Sep 2024 14:07:47 +0300 Subject: [PATCH] Bug --- frontend/package.json | 2 +- .../won-slots/block-production-won-slots.reducer.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,