Skip to content

Commit

Permalink
fix: Duplicate module
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Dec 4, 2024
1 parent 7ad63e9 commit 16c7f23
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions start-client/src/components/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,7 @@ export default function Application() {
open={exploreOpen || false}
onClose={onEscape}
/>
</Suspense>
<Suspense fallback=''>
<History open={historyOpen || false} onClose={onEscape} />
<Explore
projectName={`${get(values, 'meta.artifact')}.zip`}
blob={blob}
open={exploreOpen || false}
onClose={onEscape}
/>
</Suspense>
</>
)
Expand Down

0 comments on commit 16c7f23

Please sign in to comment.