small fix
This commit is contained in:
parent
dc63346e5e
commit
45efd5cb3f
1 changed files with 1 additions and 1 deletions
|
@ -142,4 +142,4 @@ fun SessionRecapScreenPreview() {
|
||||||
modifier = Modifier,
|
modifier = Modifier,
|
||||||
sessionRecapActions = SessionRecapActions(hiltViewModel(), {}, {})
|
sessionRecapActions = SessionRecapActions(hiltViewModel(), {}, {})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue