Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
some detekt corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllz committed Dec 21, 2023
1 parent 26f4828 commit 8b407eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ private fun CategoryCard(
}
}


@Composable
fun AddedSpent(
monthlyIncome: Double,
Expand Down Expand Up @@ -470,8 +469,6 @@ fun BoxWithConstraintsScope.SortModal(
}
}



@Composable
private fun SelectTypeButton(
text: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ private fun AddAccount(
}
}



@Composable
private fun Amount(
type: TransactionType,
Expand Down

0 comments on commit 8b407eb

Please sign in to comment.