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