Skip to content

Commit

Permalink
chore: Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Dec 4, 2024
1 parent 568a6d3 commit be0a8d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun MainNavHost(
navigateToFilesDetails = { folderUuid ->
navController.navigate(FilesDetailsDestination(folderUuid))
},
direction = TransferDirection.SENT
direction = TransferDirection.SENT,
)
}
composable<ReceivedDestination> {
Expand Down

0 comments on commit be0a8d5

Please sign in to comment.