|
|
@ -267,7 +267,7 @@ fun NewsResourceMetaData(
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
val formattedDate = dateFormatted(publishDate)
|
|
|
|
val formattedDate = dateFormatted(publishDate)
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
if (resourceType.isNotEmpty()) {
|
|
|
|
if (resourceType.isNotBlank()) {
|
|
|
|
stringResource(R.string.card_meta_data_text, formattedDate, resourceType)
|
|
|
|
stringResource(R.string.card_meta_data_text, formattedDate, resourceType)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
formattedDate
|
|
|
|
formattedDate
|
|
|
|