From 2972a0a3aef3ad93d9c6e98baa36d0f17bf85cbb Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Wed, 31 Jul 2024 11:39:32 +0330 Subject: [PATCH] fixed bug cache mui --- src/core/utils/cacheRtl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils/cacheRtl.js b/src/core/utils/cacheRtl.js index 80ac1c4..6cf5267 100644 --- a/src/core/utils/cacheRtl.js +++ b/src/core/utils/cacheRtl.js @@ -18,7 +18,7 @@ const createEmotionCache = () => { insertionPoint, key: "mui-rtl", stylisPlugins: [prefixer, stylisRTLPlugin], - });; + }); }; const cacheProviderRtl = (props) => {