Skip to content

Commit

Permalink
resourceData doesn't exist if the file is chunked (redballoonsecurity…
Browse files Browse the repository at this point in the history
…#478)

Co-authored-by: Dan Pesce <dan@redballoonsecurity.com>
  • Loading branch information
2 people authored and ANogin committed Aug 20, 2024
1 parent 9f76ed3 commit aa0d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hex/HexView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
Resource has no data!
{/if}
</div>
{#if resourceData != undefined}
{#if chunkData != undefined}
<div class="minimap">
<MinimapView bind:currentPosition="{$currentPosition}" />
</div>
Expand Down

0 comments on commit aa0d34b

Please sign in to comment.