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) => {