Skip to content

Commit

Permalink
Fix bug in create pool form
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Feb 21, 2024
1 parent 9ffacba commit 3529682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions centrifuge-app/src/pages/IssuerCreatePool/PoolFeeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ const FEE_TYPES = [

const DEFAULT_FEE = {
open: {
publicCredit: {
'Public credit': {
fee: 0.075,
name: 'Public Securities & Equities fees',
},
privateCredit: {
'Private credit': {
fee: 0.4,
name: 'Private Credit & Securities fees',
},
},
closed: {
publicCredit: {
'Public credit': {
fee: 0.02,
name: 'Public Securities & Equities fees',
},
privateCredit: {
'Private credit': {
fee: 0.15,
name: 'Private Credit & Securities fees',
},
Expand Down

0 comments on commit 3529682

Please sign in to comment.