Skip to content

Commit

Permalink
eslint +pretteir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Mar 19, 2024
1 parent 1fa7a70 commit 6a8e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/storefront/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const NavBarZeroIndex = styled(NavBar)`
position: fixed;
`;

export const CartTotalCircle = styled.div<{ $isZero?: Boolean }>`
export const CartTotalCircle = styled.div<{ $isZero?: boolean }>`
width: 20px;
height: 20px;
background: ${COLORS.marineBlue};
Expand Down

0 comments on commit 6a8e8fd

Please sign in to comment.