remove console.log

This commit is contained in:
AykutSarac 2024-05-17 15:47:03 +03:00
parent 35b2b6db92
commit e9761c6b91
No known key found for this signature in database

View File

@ -48,8 +48,6 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
};
const getBorderColor = (value: string) => {
console.log(colorScheme);
if (plan === value) return theme.colors.blue[6];
if (colorScheme === "dark") return theme.colors.gray[7];
return theme.colors.gray[2];