fixed nested children rendering problem
This commit is contained in:
@@ -18,7 +18,7 @@ function Premium({ children, className = "" }) {
|
||||
setPremiumModalOpen(false)
|
||||
}
|
||||
|
||||
|
||||
// FIXME: the pricing section is not responsive
|
||||
return (
|
||||
<div onClick={onClick} className={`${className}`}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user