From e7edb87269e5a65774936eeb2c02c3ec1e796ca9 Mon Sep 17 00:00:00 2001 From: koreacomp5 Date: Thu, 9 Oct 2025 16:33:01 +0900 Subject: [PATCH] =?UTF-8?q?6.3=20=EA=B6=8C=ED=95=9C=20=EA=B8=B0=EB=B0=98?= =?UTF-8?q?=20=EB=B9=A0=EB=A5=B8=20=EC=95=A1=EC=85=98=20=EB=85=B8=EC=B6=9C?= =?UTF-8?q?=20=EC=A0=9C=EC=96=B4=20o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/QuickActions.tsx | 4 ++-- todolist.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/QuickActions.tsx b/src/app/components/QuickActions.tsx index 6824a99..5e62e50 100644 --- a/src/app/components/QuickActions.tsx +++ b/src/app/components/QuickActions.tsx @@ -7,8 +7,8 @@ export function QuickActions() { const isAdmin = can("ADMIN", "ADMINISTER") || can("BOARD", "MODERATE"); return (
- {canWrite && } - {isAdmin && } + {canWrite && } + {isAdmin && }
); } diff --git a/todolist.txt b/todolist.txt index 82198e8..7298f26 100644 --- a/todolist.txt +++ b/todolist.txt @@ -35,7 +35,7 @@ [메인 화면] 6.1 Hero/공지 배너 컴포넌트(자동/수동 슬라이드) o 6.2 최근/인기 글 리스트 및 무한스크롤 연동 o -6.3 권한 기반 빠른 액션 노출 제어 +6.3 권한 기반 빠른 액션 노출 제어 o 6.4 검색 바 및 결과 페이지 라우팅 6.5 개인화 위젯(최근 본 글/알림 요약)