Skip to content

Commit

Permalink
Centrifuge App: Fix env var (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser authored Nov 20, 2023
1 parent 974ce3b commit 96f1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/IssuerCreatePool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const initialValues: CreatePoolValues = {
epochHours: 23, // in hours
epochMinutes: 50, // in minutes
podEndpoint: config.defaultPodUrl ?? '',
listed: !import.meta.env.REACT_APP_DEFAULT_UNLIST_NEW_POOLS,
listed: !import.meta.env.REACT_APP_DEFAULT_UNLIST_POOLS,

issuerName: '',
issuerRepName: '',
Expand Down

0 comments on commit 96f1db3

Please sign in to comment.