Skip to content

Commit

Permalink
refactor/#225 : 불필요한 화면 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
shinythinking committed Dec 6, 2024
1 parent 9997917 commit 9d93314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ fun GroupInfoCard(
)

Spacer(modifier = Modifier.height(4.dp))

MapisodeText(
text = stringResource(R.string.group_recent_upload),
style = MapisodeTheme.typography.labelMedium,
)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,7 @@ fun GroupMemberContent(
maxLines = 1,
)
Spacer(modifier = Modifier.padding(2.dp))
MapisodeText(
text = stringResource(S.string.content_member_joined_at) +
member.joinedAt.toFormattedString(),
style = MapisodeTheme.typography.labelMedium,
maxLines = 1,
)

MapisodeText(
text = buildString {
append(stringResource(S.string.content_recent_episode_upload))
Expand Down

0 comments on commit 9d93314

Please sign in to comment.