Skip to content

Commit

Permalink
update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Debashish Kundu committed Jun 11, 2024
1 parent 5436756 commit c31df10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HomeViewModel @Inject constructor(

// TODO: Set UI State
private val _productDetailsState: MutableState<ApiState<ProductDetailsDto>> =
mutableStateOf(ApiState.Loading())
mutableStateOf(ApiState.Loading)
val productDetailsState: State<ApiState<ProductDetailsDto>> get() = _productDetailsState

init {
Expand Down

0 comments on commit c31df10

Please sign in to comment.