diff --git a/components/ui/Toast.tsx b/components/ui/Toast.tsx index 1dcdef6..dfb1c3a 100644 --- a/components/ui/Toast.tsx +++ b/components/ui/Toast.tsx @@ -73,12 +73,12 @@ const Toast = (function () { if (renderContent) { return renderContent() } - return title && {title} + return title && {title} } ; (global as any).toast?.show( - + {renderBody()} ,