Skip to content

Commit

Permalink
fix: rendering issue in network.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
taufiqelrahman committed Oct 10, 2024
1 parent 6f8ef9b commit 61fbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/network.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line">{req.startTimeText}</div>
</div>
</div>
{#if (req.requestHeader !== null)}
{#if (req.requestHeader)}
<div>
<dl class="vc-table-row vc-left-border">
<dt class="vc-table-col vc-table-col-title">
Expand Down

0 comments on commit 61fbc53

Please sign in to comment.