+
+
+
+ {item.feedTitle}
+
+
+ {status.label}
+
+
+
+ {getRoleLabel(item.appliedRole)}{' '}
+ · 보증금{' '}
+ {formatCurrency(item.deposit)} ·
+ 신청일{' '}
+ {formatDate(item.createdAt)}
+
+
+ {status.description}
+
+
+
+
+ 상세 보기
+
+ {canCancel(item.status) ? (
+
+ handleCancel(item)
+ }
+ disabled={isCancelling}
+ className="text-xs text-destructive"
+ >
+ {isCancelling
+ ? '취소 중'
+ : '신청 취소'}
+
+ ) : null}
+
+
+