Skip to content

Commit 8590c1e

Browse files
authored
Update templates-selection-plugin.tsx
1 parent f9a6817 commit 8590c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
219219
{item.description && <span className='text-dark'>{item.description}</span>}
220220
</div>
221221
<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>}
223223
{(item.opts && item.opts.mintable) && <span className='badgeForCell text-secondary'>mintable</span>}
224224
{(item.opts && item.opts.burnable) && <span className='badgeForCell text-secondary'>burnable</span>}
225225
{(item.opts && item.opts.pausable) && <span className='badgeForCell text-secondary'>pausable</span>}

0 commit comments

Comments
 (0)