From c855f98cccb28754d271b9804b30815609b96527 Mon Sep 17 00:00:00 2001 From: 22 <60903333+nini22P@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:48:59 +0800 Subject: [PATCH] 1.2.3 --- package.json | 2 +- src/components/CommonList/CommonList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd4f0dc..fd16382 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "omp", "description": "OneDrive Media Player", "private": true, - "version": "1.2.2", + "version": "1.2.3", "scripts": { "dev": "webpack serve", "build": "webpack --mode=production --node-env=production", diff --git a/src/components/CommonList/CommonList.tsx b/src/components/CommonList/CommonList.tsx index 46f9c86..a89fe06 100644 --- a/src/components/CommonList/CommonList.tsx +++ b/src/components/CommonList/CommonList.tsx @@ -1,4 +1,4 @@ -import { useState, useEffect } from 'react'; +import { useState, useEffect } from 'react' import { useTranslation } from 'react-i18next' import { IconButton, ListItem, ListItemButton, ListItemIcon, ListItemText } from '@mui/material' import Grid from '@mui/material/Unstable_Grid2'