From aa0d34bd8c27c5a76e3708f585d8429b22a741af Mon Sep 17 00:00:00 2001 From: dannyp303 Date: Tue, 18 Jun 2024 15:19:01 -0400 Subject: [PATCH] resourceData doesn't exist if the file is chunked (#478) Co-authored-by: Dan Pesce --- frontend/src/hex/HexView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hex/HexView.svelte b/frontend/src/hex/HexView.svelte index d811ab59a..9976ceb19 100644 --- a/frontend/src/hex/HexView.svelte +++ b/frontend/src/hex/HexView.svelte @@ -384,7 +384,7 @@ Resource has no data! {/if} - {#if resourceData != undefined} + {#if chunkData != undefined}