From d6d10ca3a48b790c30334836f7f42bf4cbbd3304 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Thu, 5 Feb 2026 15:45:14 -0800 Subject: [PATCH] appease npm --- daemon/web/src/lib/components/SystemStatsTable.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/daemon/web/src/lib/components/SystemStatsTable.svelte b/daemon/web/src/lib/components/SystemStatsTable.svelte index bda7c17..279c072 100644 --- a/daemon/web/src/lib/components/SystemStatsTable.svelte +++ b/daemon/web/src/lib/components/SystemStatsTable.svelte @@ -156,10 +156,14 @@ EARFCN: {stats.cell_info.earfcn} {/if} {#if stats.cell_info.rsrq_db !== undefined} - RSRQ: {formatSignal(stats.cell_info.rsrq_db, 'dB')} + RSRQ: {formatSignal(stats.cell_info.rsrq_db, 'dB')} {/if} {#if stats.cell_info.rssi_dbm !== undefined} - RSSI: {formatSignal(stats.cell_info.rssi_dbm, 'dBm')} + RSSI: {formatSignal(stats.cell_info.rssi_dbm, 'dBm')} {/if}