From 9cb6a0e51a650b5d04c63883cb9bf3f64057ce73 Mon Sep 17 00:00:00 2001 From: Marisa Date: Thu, 7 Apr 2022 00:46:04 -0700 Subject: [PATCH] Default UI to phase 4 --- ui/src/gear/gear_ep.js | 2 +- ui/src/state.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/gear/gear_ep.js b/ui/src/gear/gear_ep.js index df1044187..7b11622a2 100644 --- a/ui/src/gear/gear_ep.js +++ b/ui/src/gear/gear_ep.js @@ -104,7 +104,7 @@ function EpCell({ rowData, dataKey, ...props }) { export default function({ epOptions, dispatch }) { const [klass, setKlass] = useState('hunter_bm'); - const [itemPhase, setItemPhase] = useState(3); + const [itemPhase, setItemPhase] = useState(4); const [epCategory, setEpCategory] = useState('phase3'); function getCharacter() { diff --git a/ui/src/state.js b/ui/src/state.js index 7ac223924..007cdc2b8 100644 --- a/ui/src/state.js +++ b/ui/src/state.js @@ -127,7 +127,7 @@ export function stateReducer(state, action) { } export const initialState = { - phase: 3, + phase: 4, iterationsCompleted: null, iterationResults: null,