Skip to content

Commit

Permalink
some things i missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Pesce committed Feb 8, 2024
1 parent e079f46 commit 9f0deac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,6 @@ Answer by running riddle.answer('your answer here') from the console.`);
scrollY="{hexScrollY}"
displayMinimap="{currentResource && !useAssemblyView && !useTextView}"
>
<!-- {#if useAssemblyView}
<AssemblyView />
{:else if useTextView}
<TextView />
{:else}
<HexView
dataLenPromise="{dataLenPromise}"
resources="{resources}"
scrollY="{hexScrollY}"
bind:resourceNodeDataMap="{resourceNodeDataMap}"
/>
{/if} -->
<DataView
dataLenPromise="{dataLenPromise}"
resources="{resources}"
Expand Down

0 comments on commit 9f0deac

Please sign in to comment.