{dashboardAuthenticationRequired ? '세션이 만료됐거나 이 작업공간에 접근할 수 없습니다.' : '데이터 연결에 일시적인 문제가 있습니다. 잠시 후 다시 시도하세요.'}
+ {dashboardAuthenticationRequired ? ( + + 로그인 설정 열기 + + ) : ( + + )} +답변 대기 {loading ? '-' : pendingReplyCount}건
-보낸 메일 중 회신 확인이 필요한 항목입니다.
+답변 대기 {dashboardDataUnavailable ? '확인 필요' : loading ? '-' : `${pendingReplyCount}건`}
+{dashboardDataUnavailable ? '대시보드 데이터 연결을 확인할 수 없습니다.' : '보낸 메일 중 회신 확인이 필요한 항목입니다.'}
@@ -419,7 +457,9 @@ function StartupDashboard({ onOpenView }: { onOpenView: (view: WorkspaceStartupV