change functionality req from ssr to csr
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
function Content({ isConfirmed, children, title, error }) {
|
||||
console.log(error);
|
||||
|
||||
return (
|
||||
<div className="flex w-full flex-col items-start justify-start gap-[8px] sm:gap-[3px] md:gap-[7px] lg:gap-[9px]">
|
||||
<div className="flex min-h-[32px] items-center justify-start gap-[8px] md:gap-[6px] lg:gap-[4px]">
|
||||
|
||||
Reference in New Issue
Block a user