l-min-components 1.7.1360 → 1.7.1361

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1360",
3
+ "version": "1.7.1361",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -508,7 +508,6 @@ const AppMainLayout = ({ children }) => {
508
508
  <DeveloperBanner findText={findText} />
509
509
  ))}
510
510
  {/* {rightComponent ?? <Banner />} */}
511
- <button onClick={handleGetStorageSummary}>refresh</button>
512
511
  </RightLayout>
513
512
  )}
514
513
  </MainLayout>