diff --git a/.github/workflows/cd-staging.yml b/.github/workflows/cd-staging.yml index 6af88bfa..7024a43f 100644 --- a/.github/workflows/cd-staging.yml +++ b/.github/workflows/cd-staging.yml @@ -15,6 +15,7 @@ jobs: id: changes uses: dorny/paths-filter@v3 with: + base: ${{ github.event.before }} filters: | client: - 'apps/client/**' diff --git a/apps/client/src/widgets/chat/components/ChatIcon.tsx b/apps/client/src/widgets/chat/components/ChatIcon.tsx index 4dee5d11..a0039218 100644 --- a/apps/client/src/widgets/chat/components/ChatIcon.tsx +++ b/apps/client/src/widgets/chat/components/ChatIcon.tsx @@ -16,13 +16,12 @@ export function ChatIcon({ unreadCount, onClick }: ChatIconProps) {
- ))} -
- - {/* 힌트 */} -
- ↑↓ 이동 · Enter 선택 · Esc 닫기 -
- - )} - -