mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove console.log
This commit is contained in:
parent
35b2b6db92
commit
e9761c6b91
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user