fix VM listing

pull/5494/head^2
aniket-engg 1 month ago committed by Aniket
parent 66dd58499e
commit 1425d5b4df
  1. 2
      libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx

@ -15,7 +15,7 @@ const defaultSections: environmentExplorerUIGridSections = {
title: 'Deploy to an In-browser Virtual Machine.',
keywords: ['Remix VMs'],
providers: [],
filterFn: (provider) => provider.isVM
filterFn: (provider) => provider.isVM && !provider.isForkedVM
},
'Forked States': {
title: 'Deploy to an In-browser Forked State.',

Loading…
Cancel
Save