diff --git a/components/AddToFavorites.tsx b/components/AddToFavorites.tsx index c69a83df..35221f1a 100644 --- a/components/AddToFavorites.tsx +++ b/components/AddToFavorites.tsx @@ -16,6 +16,7 @@ export const AddToFavorites: FC = ({ item, ...props }) => { diff --git a/components/RoundButton.tsx b/components/RoundButton.tsx index 5d490f19..3c3df522 100644 --- a/components/RoundButton.tsx +++ b/components/RoundButton.tsx @@ -104,7 +104,7 @@ export const RoundButton: React.FC> = ({ ) : null} {children ? children : null}