fixed toasts

This commit is contained in:
Anton Tranelis 2024-10-17 09:42:53 +02:00
parent 7cb5f61447
commit 8353ef4145

View File

@ -78,6 +78,16 @@ export const Wrappers = ({ children }) => {
<AssetsProvider>
<ClusterRefProvider>
<QuestsProvider initialOpen={true}>
<ToastContainer position="top-right"
autoClose={2000}
hideProgressBar
newestOnTop={false}
closeOnClick
rtl={false}
pauseOnFocusLoss
draggable
pauseOnHover
theme="light" />
{children}
</QuestsProvider>
</ClusterRefProvider>