Skip to content

Commit

Permalink
Merge pull request #397 from fmasa/fix-career-dupl
Browse files Browse the repository at this point in the history
Handle careers with duplicate career level IDs
  • Loading branch information
fmasa authored Jan 6, 2025
2 parents 47792f0 + 9b745af commit aa75a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private fun CareerChooserDialog(
icon = Resources.Drawable.Career,
)
},
key = { it.first.levelId },
key = { it.first.careerId to it.first.levelId },
) { (level, label) ->
ListItem(
modifier =
Expand Down

0 comments on commit aa75a55

Please sign in to comment.