Skip to content

Commit 2efb3ee

Browse files
Merge pull request #94 from SSASINSA/refactor/sprint-fix(#68)
#68/검색 상태 조건 변경
2 parents a09b1c5 + fc69091 commit 2efb3ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/pages/posts/PostsManagement/PostsManagement.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ const PostsManagement: React.FC = () => {
408408
>
409409
<option value="all">전체 상태</option>
410410
<option value="active">활성</option>
411-
<option value="inactive">비활성</option>
412411
<option value="reported">신고됨</option>
413412
</select>
414413
<div className={styles["status-select-icon"]}>

0 commit comments

Comments
 (0)