mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-20 09:25:34 +10:00
Remove unused import from SNR indicator widget
This commit is contained in:
@@ -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),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user