diff --git a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt index fff25d35f..3212847b4 100644 --- a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt +++ b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt @@ -73,7 +73,7 @@ fun TopBarScreen() { ) } } - } + }, ) } @@ -97,7 +97,7 @@ fun TopBarScreen() { icon = Icons.Outlined.Share, onClick = { }, ) - } + }, ) } @@ -117,7 +117,7 @@ fun TopBarScreen() { ) }, actions = { - } + }, ) } @@ -161,7 +161,7 @@ fun TopBarScreen() { ) } } - } + }, ) } }