fix: 优化嵌入登录等待态并修复大厅与订单筛选交互
This commit is contained in:
@@ -11,7 +11,6 @@ import { PlayerNotificationBell } from "@/components/layout/player-notification-
|
||||
import {
|
||||
playerHeaderControl,
|
||||
playerPageHeader,
|
||||
playerPageInset,
|
||||
} from "@/lib/player-spacing";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
@@ -32,7 +31,6 @@ export function PlayerPanel({
|
||||
className,
|
||||
containerClassName,
|
||||
}: PlayerPanelProps) {
|
||||
const { t } = useTranslation("common");
|
||||
const { t: tp } = useTranslation("player");
|
||||
const resolvedBackLabel = backLabel ?? tp("panel.home");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user