Skip to content

Commit

Permalink
reordered parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lammertsma committed Apr 26, 2024
1 parent 9fca22a commit 70bfda9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import androidx.tv.material3.Text
@Composable
fun ComponentsGridCard(
component: Component,
modifier: Modifier = Modifier
modifier: Modifier = Modifier,
onClick: (() -> Any)? = null
) {
val image = getHomeGridCardImage(imageArg = component.imageArg)
val navHostController = LocalNavController.current
Expand Down

0 comments on commit 70bfda9

Please sign in to comment.