diff --git a/libs/sr/page-team/src/TeammateDisplay.tsx b/libs/sr/page-team/src/TeammateDisplay.tsx index f3b0e35766..a21bdc7bda 100644 --- a/libs/sr/page-team/src/TeammateDisplay.tsx +++ b/libs/sr/page-team/src/TeammateDisplay.tsx @@ -59,16 +59,16 @@ export default function TeammateDisplay() { const frame = team.frames[presetIndex] if (!frame) return [['char', 'Character', ]] return [ - ['combo', `Edit Combo ${presetIndex + 1}`, ], - ['char', 'Character', ], - ['talent', 'Talent', ], - ['relicCond', 'Relic Conditionals', ], + ['combo', `Edit Combo ${presetIndex + 1}`, ], + ['char', 'Character', ], + ['talent', 'Talent', ], + ['relicCond', 'Relic Conditionals', ], [ 'lightConeCond', 'Light Cone Conditionals', - , + , ], - ['opt', 'Optimize', ], + ['opt', 'Optimize', ], ] as const }, [team, presetIndex])