Skip to content

Commit

Permalink
style: else if ๋ช…์‹œ
Browse files Browse the repository at this point in the history
  • Loading branch information
dannaward committed Mar 13, 2022
1 parent efe0ac1 commit da4c23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Whale-iOS/Whale-iOS/Screens/LevelTab/VC/LevelVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class LevelVC: UIViewController {
else if levelUpStatus == 3 {
dvc.whale = .levelFour
}
else {
else if levelUpStatus == 4 {
dvc.whale = .levelFive
}

Expand Down Expand Up @@ -348,7 +348,7 @@ extension LevelVC {
levelDescText = "์‹ ๋‚˜๊ฒŒ ์ถค ์ถ”๋Š” ๊ณ ๋ž˜"
nextLavelGuideText = "100๋ฒˆ ๋‹ฌ์„ฑ์‹œ ๋‹ค์Œ ๋ ˆ๋ฒจ!"
}
else {
else if level == 5 {
print("level 5")
gagePercent = 1

Expand Down

0 comments on commit da4c23b

Please sign in to comment.