File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/remix-ide/src/app/plugins/templates-selection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
219
219
{ item . description && < span className = 'text-dark' > { item . description } </ span > }
220
220
</ div >
221
221
< div className = 'd-flex flex-wrap mb-2' >
222
- { ( item . opts && item . opts . upgradeable && item . opts . upgradeable === 'uupds ' ) && < span className = 'badgeForCell badge text-secondary' > Upgradeable-UUPS</ span > }
222
+ { ( item . opts && item . opts . upgradeable && item . opts . upgradeable === 'uups ' ) && < span className = 'badgeForCell badge text-secondary' > Upgradeable-UUPS</ span > }
223
223
{ ( item . opts && item . opts . mintable ) && < span className = 'badgeForCell text-secondary' > mintable</ span > }
224
224
{ ( item . opts && item . opts . burnable ) && < span className = 'badgeForCell text-secondary' > burnable</ span > }
225
225
{ ( item . opts && item . opts . pausable ) && < span className = 'badgeForCell text-secondary' > pausable</ span > }
You can’t perform that action at this time.
0 commit comments