Skip to content

Commit c0d66d1

Browse files
committed
rename: #10: tabbaritemtype 네이밍 변경
1 parent df1d09a commit c0d66d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Features/TabBarFeature/Sources/TabBarViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class TabBarViewController: UITabBarController, TabBarPresentable,
2727
weak var listener: TabBarPresentableListener?
2828

2929
private let disposeBag = DisposeBag()
30-
private let tabTypes: [TabBarItemType] = [.information, .home, .myTrip]
30+
private let tabTypes: [TabBarItemType] = [.travelTool, .home, .myTrip]
3131

3232
// MARK: - UI Components
3333

0 commit comments

Comments
 (0)