Skip to content

Commit af830af

Browse files
authored
Merge pull request #392 from code-payments/fix/add-title-back-to-balance
fix: add title back to Balance screen
2 parents 74171e1 + fb46f18 commit af830af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/getcode/navigation/screens/ChatScreens.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ data object BalanceModal : ChatGraph, ModalRoot {
7676
ModalContainer(
7777
navigator = navigator,
7878
onLogoClicked = {},
79-
titleString = { null },
8079
backButton = { isViewingBuckets },
8180
onBackClicked = isViewingBuckets.takeIf { it }?.let {
8281
{

0 commit comments

Comments
 (0)