We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912061 commit b0fe6c1Copy full SHA for b0fe6c1
react-web/src/components/CreateCertificate/CreateCertificate.tsx
@@ -206,7 +206,7 @@ const CreateCertificate = () => {
206
{certified || disableCertify ? null : (<Button
207
displayStyle="gradient"
208
onClick={() => triggerGetCertificate()}
209
- buttonLabel={"Purchase a Certificate"+ (certificationPrice ? " (" + (certificationPrice/1000000).toString() + " ADA)" : null)}
+ buttonLabel={"Purchase a Certificate"+ (certificationPrice ? " (" + (certificationPrice/1000000).toString() + " ADA)" : "")}
210
showLoader={certifying}
211
/>)}
212
{transactionId ? (
0 commit comments