Skip to content

Commit b0fe6c1

Browse files
committed
PLT-5543 Label bug fix
1 parent e912061 commit b0fe6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-web/src/components/CreateCertificate/CreateCertificate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const CreateCertificate = () => {
206206
{certified || disableCertify ? null : (<Button
207207
displayStyle="gradient"
208208
onClick={() => triggerGetCertificate()}
209-
buttonLabel={"Purchase a Certificate"+ (certificationPrice ? " (" + (certificationPrice/1000000).toString() + " ADA)" : null)}
209+
buttonLabel={"Purchase a Certificate"+ (certificationPrice ? " (" + (certificationPrice/1000000).toString() + " ADA)" : "")}
210210
showLoader={certifying}
211211
/>)}
212212
{transactionId ? (

0 commit comments

Comments
 (0)