Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Aug 12, 2024
1 parent 081bab2 commit b5a5cda
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ fun ListCardScreen(horizontal: Boolean) {
syncProgressItem = syncProgressItem(),
),
loading = showLoading6,

),
),
listAvatar = {
Avatar(
style = AvatarStyleData.Metadata(
Expand Down Expand Up @@ -558,8 +557,7 @@ fun ListCardScreen(horizontal: Boolean) {
color = AdditionalInfoItemColor.SUCCESS.color,
isConstantItem = true,
),

),
),
syncProgressItem = syncProgressItem(),
),
),
Expand Down Expand Up @@ -590,11 +588,11 @@ fun ListCardScreen(horizontal: Boolean) {
),
AdditionalInfoItem(
key = "Drug resistance",
value = "Monoresistance"
value = "Monoresistance",
),
AdditionalInfoItem(
key = "treatment",
value = "Initial regiment- first-line drugs"
value = "Initial regiment- first-line drugs",
),
),
syncProgressItem = syncProgressItem(),
Expand Down Expand Up @@ -625,11 +623,11 @@ fun ListCardScreen(horizontal: Boolean) {
),
AdditionalInfoItem(
key = "Drug resistance",
value = "Monoresistance"
value = "Monoresistance",
),
AdditionalInfoItem(
key = "treatment",
value = "Initial regiment- first-line drugs"
value = "Initial regiment- first-line drugs",
),
),
syncProgressItem = syncProgressItem(),
Expand Down

0 comments on commit b5a5cda

Please sign in to comment.