From 550384d6a17cb480ceed0ad9a17f32da8f9205b1 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sun, 30 Jun 2024 16:06:59 +0100 Subject: [PATCH] Disable swipe to close toast. --- client/src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 0c76eb6..41b27b8 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -298,7 +298,6 @@ function App() { closeOnClick rtl={false} pauseOnFocusLoss - draggable pauseOnHover theme="light" transition={Slide}