Update index.ts

pull/5517/head
Bilog WEB3 2 months ago committed by Aniket
parent eb6bc01a09
commit f85bddc3ea
  1. 2
      libs/remix-ws-templates/src/templates/ozerc721/index.ts

@ -21,7 +21,7 @@ export default async (opts) => {
'.prettierrc.json': (await import('raw-loader!./.prettierrc')).default
}
// If no options is selected, opts.upgradeable will be undefined
// If no options are selected, opts.upgradeable will be undefined
// We do not show test file for upgradeable contract
// @ts-ignore
if (!opts || opts.upgradeable === undefined || !opts.upgradeable) {

Loading…
Cancel
Save