Skip to content

Commit

Permalink
fix: renames label
Browse files Browse the repository at this point in the history
  • Loading branch information
SilveerDusk committed May 26, 2024
1 parent 69cdd80 commit fc4ea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ItemGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const ItemGroup: React.FC<Props> = ({
<Td width="8%">
<Menu>
<MenuButton as={Button} rightIcon={<FaChevronDown />}>
Move to Basket
Select Basket
</MenuButton>
<MenuList>
{userBaskets.length > 0 ? (
Expand Down

0 comments on commit fc4ea07

Please sign in to comment.