다국어처리

This commit is contained in:
고동영
2024-06-18 15:26:11 +09:00
parent 1d2239ef7b
commit 3398c2ee60
2 changed files with 2 additions and 2 deletions

View File

@@ -209,5 +209,6 @@
"Use search above to find past orders.": "Use search above to find past orders.",
"LIVE CHAT": "LIVE CHAT",
"Now Playing": "Now Playing",
"You may also like": "You may also like"
"You may also like": "You may also like",
"No Livestream scheduled yet": "No Livestream scheduled yet"
}

View File

@@ -69,7 +69,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
(state) => state.common.appStatus.webOSVersion
);
console.log("#webOSVersion", webOSVersion);
const dispatch = useDispatch();
const shopByMobileLogRef = useRef(null);