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}