Commit 67a5317c authored by Chunchi Che's avatar Chunchi Che

fix small

parent 2f9ffe43
Pipeline #23442 passed with stages
in 13 minutes and 44 seconds
...@@ -91,7 +91,7 @@ export const Menu = () => { ...@@ -91,7 +91,7 @@ export const Menu = () => {
const phaseSwitchItems: MenuProps["items"] = phaseBind const phaseSwitchItems: MenuProps["items"] = phaseBind
.filter(([, , , show]) => show) .filter(([, , , show]) => show)
.map(([phase, label, response], key) => ({ .map(([phase, label, response, _], key) => ({
key, key,
label, label,
disabled: currentPhase >= phase || !checkPhaseEnabled(phase), disabled: currentPhase >= phase || !checkPhaseEnabled(phase),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment