Skip to content

Commit

Permalink
fix: update extension label in success modal of FT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlopiachyi committed Nov 22, 2024
1 parent a2e7181 commit 2282012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SuccessIssueFTModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export const SuccessIssueFTModal = () => {
return 'block_smart_contracts';
case Feature.clawback:
return 'clawback';
case Feature.extension:
return 'extension';
default:
return feature;
}
Expand Down

0 comments on commit 2282012

Please sign in to comment.