remove steps

This commit is contained in:
yohlo
2025-10-11 15:37:37 -05:00
parent b59c7cd7b6
commit 939d1cee90

View File

@@ -183,8 +183,8 @@ const LeagueHeadToHead = () => {
fullWidth
styles={{ label: { textTransform: "none" } }}
>
{activeStep === 1 && "Step 1: Select first player"}
{activeStep === 2 && "Step 2: Select second player"}
{activeStep === 1 && "Select first player"}
{activeStep === 2 && "Select second player"}
</Badge>
) : (
<Group justify="center">