fix(ui): align portal stats and auth feedback
This commit is contained in:
@@ -6,7 +6,7 @@ import { toast } from "poyraz-ui/molecules";
|
||||
export function ErrorToaster({ message }: { message: string }) {
|
||||
useEffect(() => {
|
||||
if (message) {
|
||||
toast.error(message);
|
||||
toast.error(message, { id: `route-error:${message}` });
|
||||
}
|
||||
}, [message])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user