Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Feb 2, 2024
1 parent 12081cc commit 4b1fa76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ private fun LocationHistoryItem(location: ApiLocation, index: Int, isLastItem: B
),
contentAlignment = Alignment.Center
) {

Icon(
if(address.isEmpty()) Icons.Outlined.Refresh else Icons.Default.LocationOn,
if (address.isEmpty()) Icons.Outlined.Refresh else Icons.Default.LocationOn,
contentDescription = "",
tint = AppTheme.colorScheme.surface,
modifier = Modifier
Expand Down

0 comments on commit 4b1fa76

Please sign in to comment.