Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceman03 committed Mar 18, 2024
1 parent cf5d8b8 commit acaf161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/features/merch/components/checkout/Skeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Flex,
} from "@chakra-ui/react";

const ItemSkeleton: React.FC = (): JSX.Element => {
const ItemSkeleton: React.FC = (): React.ReactElement => {
return (
<Flex mt={4} alignItems="center" gap={2}>
<Skeleton h={10} w={10} />
Expand Down

0 comments on commit acaf161

Please sign in to comment.