Skip to content

Commit

Permalink
chore: Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Dec 4, 2024
1 parent 82cc697 commit f893abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import kotlinx.parcelize.Parcelize
@Composable
fun TransfersScreenWrapper(
navigateToFilesDetails: (folderUuid: String) -> Unit,
direction: TransferDirection
direction: TransferDirection,
) {
var hasTransfer: Boolean by rememberSaveable { mutableStateOf(false) }

Expand Down

0 comments on commit f893abb

Please sign in to comment.