diff --git a/frontend/react/src/ui/modals/trainingmodal.tsx b/frontend/react/src/ui/modals/trainingmodal.tsx index ef55de5f..2cfe79c1 100644 --- a/frontend/react/src/ui/modals/trainingmodal.tsx +++ b/frontend/react/src/ui/modals/trainingmodal.tsx @@ -19,7 +19,7 @@ export function TrainingModal(props: { open: boolean }) { <> {step === 0 && ( -
{step === 1 && (
-
{step === 2 && (
-
{step === 3 && (
-
{step === 4 && (
-
{step === 5 && (
-
{step === 6 && (
-
{step === 7 && (
-
{step === 8 && (
-
{step === 9 && (
-
{step === 10 && (
- The unit marker has a symbol showing the unit state, i.e. what instruction it is performing. These are all the possible values:
-
@@ -475,7 +475,7 @@ export function TrainingModal(props: { open: boolean }) {
)}
{step > 0 && (
-