diff --git a/lua/app/ui/main_city/chapter_box_ui.lua b/lua/app/ui/main_city/chapter_box_ui.lua index 2be29784..0becc8b7 100644 --- a/lua/app/ui/main_city/chapter_box_ui.lua +++ b/lua/app/ui/main_city/chapter_box_ui.lua @@ -71,7 +71,6 @@ function ChapterBoxUI:onRefresh() self.scrollRectComp:refillCells(#list) self.maxWaveTx:setText(I18N:getGlobalText(I18N.GlobalConst.CHAPTER_DESC_1, DataManager.ChapterData:getChapterMaxWave(self.chapterId))) - end return ChapterBoxUI \ No newline at end of file