Don't ask how i screwed up the lint a second time

This commit is contained in:
Sam 2024-07-03 22:38:20 +01:00
parent e632bb2343
commit d8229e9ee3

View file

@ -120,7 +120,7 @@ function getBadgeComponent(rank)
<Button onClick={() => openRankModal(rank)} width={"21.69px"} height={"21.69px"} size={Button.Sizes.NONE} look={Button.Looks.BLANK}> <Button onClick={() => openRankModal(rank)} width={"21.69px"} height={"21.69px"} size={Button.Sizes.NONE} look={Button.Looks.BLANK}>
<rank.assetSVG height={"21.69px"}/> <rank.assetSVG height={"21.69px"}/>
</Button> </Button>
</div> </div>
} }
</Tooltip> </Tooltip>
); );