diff --git a/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/View/Edit/ModifyMenuViewController.swift b/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/View/Edit/ModifyMenuViewController.swift index 02741b71..341a0ef9 100644 --- a/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/View/Edit/ModifyMenuViewController.swift +++ b/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/View/Edit/ModifyMenuViewController.swift @@ -143,10 +143,6 @@ final class ModifyMenuViewController: BaseViewController { $0.font = .setupSuiteStyle(of: .body3) $0.textColor = .gray400 } - - bottomButtonView.do { - $0.setupEnabledDoneButton() - } } } diff --git a/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/ViewModel/ModifyMenuViewModel.swift b/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/ViewModel/ModifyMenuViewModel.swift index 56fa0d12..8bcca3cf 100644 --- a/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/ViewModel/ModifyMenuViewModel.swift +++ b/Hankkijogbo/Hankkijogbo/Present/HankkiMenu/ViewModel/ModifyMenuViewModel.swift @@ -30,7 +30,7 @@ final class ModifyMenuViewModel { extension ModifyMenuViewModel { func isMenuDataValid() -> Bool { - return !(modifiedMenuData.name.isEmpty) && (modifiedMenuData.price > 0) && (modifiedMenuData.price <= 8000) + return !(modifiedMenuData.name.isEmpty) && (modifiedMenuData.price > 0) && (modifiedMenuData.price <= 8000) && ((modifiedMenuData.name != selectedMenu.name) || (modifiedMenuData.price != selectedMenu.price)) } /// 메뉴 수정