diff --git a/index.html b/index.html index d5323e2c..c790c20e 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
{process.env.COMMIT_HASH}
{browserFeatures.length > 0 && ( diff --git a/src/components/Dialog/QRDialog.tsx b/src/components/Dialog/QRDialog.tsx index 9bd29ed2..448f71ac 100644 --- a/src/components/Dialog/QRDialog.tsx +++ b/src/components/Dialog/QRDialog.tsx @@ -100,7 +100,7 @@ export const QRDialog = ({
Route to destination:
{to?.user?.longName}
↓ {snrTowards?.[0] ? snrTowards[0] : "??"}dB
Route back:
{from?.user?.longName}
↓ {snrBack?.[0] ? snrBack[0] : "??"}dB