remove steps
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user