Skip to content

Commit 6977846

Browse files
committed
update
1 parent 5310b19 commit 6977846

File tree

2 files changed

+3
-3
lines changed
  • feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer

2 files changed

+3
-3
lines changed

feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer/TptScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ internal fun TptScreen(
105105
)
106106
}
107107

108-
/*
108+
/**
109109
* Composable function for the Third Party Transfer dialog.
110110
*
111111
* @param dialogState The dialog state for the Third Party Transfer screen.
@@ -197,7 +197,7 @@ internal fun TprContent(
197197
}
198198
}
199199

200-
/*
200+
/**
201201
* Composable function for the Third Party Transfer form.
202202
*
203203
* @param state The state for the Third Party Transfer screen.

feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer/TptViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ internal class TptViewModel(
6161

6262
private var validationJob: Job? = null
6363

64-
/*
64+
/**
6565
* Functions related to UI State and Dialogs
6666
*/
6767

0 commit comments

Comments
 (0)