Skip to content

Commit

Permalink
Change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Dec 4, 2024
1 parent cbc95e2 commit 4cedabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/LoanList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export function LoanList({ loans, snapshots }: Props) {
<Checkbox
label={
<Text color="textSecondary" variant="body2">
Show repaid assets
Show closed assets
</Text>
}
onChange={(e) => setShowRepaid(!showRepaid)}
Expand Down

0 comments on commit 4cedabe

Please sign in to comment.