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