diff --git a/ts/components/SessionToastContainer.tsx b/ts/components/SessionToastContainer.tsx index 33205c161..260f787de 100644 --- a/ts/components/SessionToastContainer.tsx +++ b/ts/components/SessionToastContainer.tsx @@ -2,16 +2,16 @@ import React from 'react'; import { Slide, ToastContainer, ToastContainerProps } from 'react-toastify'; import styled from 'styled-components'; -const SessionToastContainerPrivate = () => { - const WrappedToastContainer = ({ - className, - ...rest - }: ToastContainerProps & { className?: string }) => ( -