Remove unused import from SNR indicator widget

This commit is contained in:
Winston Lowe
2026-02-15 12:50:16 -08:00
parent 246cf99415
commit 3f80ae1cf7
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ class _NeighboursScreenState extends State<NeighboursScreen> {
children: [
Icon(snrUi.icon, color: snrUi.color, size: 18.0),
Text(
snrUi.text!,
snrUi.text,
style: TextStyle(fontSize: 10, color: snrUi.color),
),
],