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,