AccountStatusComponent
fun AccountStatusComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, accountHolderStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for AccountHolderStatus?>)
Renders a section displaying the active/inactive status of an account holder.
Parameters
modifier
Modifier applied to the root Column.
accountHolderStatus
LiveData holding the AccountHolderStatus to display; shows "Inactive" when null.