Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
louis993546 committed Jul 5, 2024
1 parent 3abcf8c commit d0cfe63
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ internal fun ZeScreen(vm: ZeBadgeViewModel, modifier: Modifier = Modifier) {
vm = vm,
)
}
composable(ROUTE_ZEPASS) {
ZeUserProfile(

)
}
composable(ROUTE_ZEPASS) {
ZeUserProfile(paddingValues)
}
Expand Down

0 comments on commit d0cfe63

Please sign in to comment.