Skip to content

Commit

Permalink
added missign return
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Mar 17, 2023
1 parent 495794f commit 1347f74
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -790,7 +790,7 @@ export default class TransactionRevamp extends Component<Props, State> {
shelleyCertificateToText: ($ReadOnly<CertificateRow>) => string = certificate => {
const { intl } = this.context;
const kind = certificate.Kind;
RustModule.WasmScope(Scope => {
return RustModule.WasmScope(Scope => {
switch (kind) {
case Scope.WalletV4.CertificateKind.StakeRegistration:
return intl.formatMessage(shelleyCertificateKinds.StakeRegistration);
Expand Down

0 comments on commit 1347f74

Please sign in to comment.