Skip to content

Commit

Permalink
Default UI to phase 4
Browse files Browse the repository at this point in the history
  • Loading branch information
secretbis committed Apr 7, 2022
1 parent c56d8f7 commit 9cb6a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/gear/gear_ep.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function stateReducer(state, action) {
}

export const initialState = {
phase: 3,
phase: 4,

iterationsCompleted: null,
iterationResults: null,
Expand Down

0 comments on commit 9cb6a0e

Please sign in to comment.