Change-Id: I741418a1e44fd9e3488513bdb33995490738679d
@ -168,8 +168,7 @@ internal fun NiaApp(
)
},
label = { Text(stringResource(destination.iconTextId)) },
modifier =
Modifier
modifier = Modifier
.testTag("NiaNavItem")
.then(if (hasUnread) Modifier.notificationDot() else Modifier),