Skip to content

Commit

Permalink
feat: Remove free board from dormitory
Browse files Browse the repository at this point in the history
It is not notice
  • Loading branch information
kongwoojin committed Mar 29, 2024
1 parent 7d70b64 commit e7a1e84
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ val schoolBoards = listOf(
)

val dormBoards = listOf(
BoardItem.Notice,
BoardItem.Free
BoardItem.Notice
)

val iteBoards = listOf(
Expand Down

0 comments on commit e7a1e84

Please sign in to comment.