Skip to content

[refactor/native/problem-#210] AllPointingScreen title 조건 변경#211

Merged
sterdsterd merged 1 commit intodevelopfrom
refactor/native/problem-#210
Feb 11, 2026
Merged

[refactor/native/problem-#210] AllPointingScreen title 조건 변경#211
sterdsterd merged 1 commit intodevelopfrom
refactor/native/problem-#210

Conversation

@b0nsu
Copy link
Collaborator

@b0nsu b0nsu commented Feb 11, 2026

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  • const headerTitle = group ? ${group.no}번 포인팅 전체보기 : '포인팅 전체보기';
  • const headerTitle = group.no != null ? ${group.no}번 포인팅 전체보기 : '포인팅 전체보기';

@b0nsu b0nsu linked an issue Feb 11, 2026 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pointer-admin Ready Ready Preview, Comment Feb 11, 2026 1:32am

@b0nsu b0nsu changed the base branch from main to develop February 11, 2026 01:32
@b0nsu b0nsu requested a review from sterdsterd February 11, 2026 01:32
@b0nsu b0nsu changed the title [refactor/native/problem-#210] 문제풀이 필기 기능 추가 [refactor/native/problem-#210] AllPointingScreen title 조건 변경 Feb 11, 2026
@sterdsterd sterdsterd merged commit af791e2 into develop Feb 11, 2026
2 of 3 checks passed
@sterdsterd sterdsterd deleted the refactor/native/problem-#210 branch February 11, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor/native/problem-#210] AllPointingScreen title 조건 변경

2 participants