Skip to content

Commit

Permalink
style: ktmft
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahbadr17 committed Jun 2, 2024
1 parent 4bcb8a9 commit b808fb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.se.assocify.ui.screens.treasury

import android.util.Log
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.WindowInsets
Expand Down Expand Up @@ -52,7 +51,7 @@ fun TreasuryScreen(navActions: NavigationActions, treasuryViewModel: TreasuryVie
val receiptListViewModel: ReceiptListViewModel = treasuryViewModel.receiptListViewModel

val treasuryState by treasuryViewModel.uiState.collectAsState()
val receiptState by receiptListViewModel.uiState.collectAsState()
val receiptState by receiptListViewModel.uiState.collectAsState()
val pagerState = rememberPagerState(pageCount = { TreasuryPageIndex.entries.size })

Scaffold(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.github.se.assocify.ui.screens.treasury

import com.github.se.assocify.model.CurrentUser
import com.github.se.assocify.model.entities.PermissionRole
import com.github.se.assocify.model.entities.RoleType
import androidx.compose.material3.SnackbarHostState
import com.github.se.assocify.model.database.AccountingCategoryAPI
import com.github.se.assocify.model.database.AccountingSubCategoryAPI
Expand Down

0 comments on commit b808fb3

Please sign in to comment.