Skip to content

Commit

Permalink
Delete #286 : delete divider
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeeum committed Jan 12, 2025
1 parent c9476b8 commit e74a793
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,16 +300,6 @@ fun MyJogboDetailScreen(
}
}
)
if (state.data.indexOf(store) != state.data.lastIndex) {
HorizontalDivider(
modifier = Modifier.padding(
vertical = 1.dp,
horizontal = 22.dp
),
thickness = 1.dp,
color = Gray200
)
}
}

if ((isSharedJogbo && isJogboOwner) || !isSharedJogbo)
Expand Down

0 comments on commit e74a793

Please sign in to comment.