diff --git a/lib/ui/home_page/components/scanner_widget.dart b/lib/ui/home_page/components/scanner_widget.dart index a9ca9cab..d90f1daa 100644 --- a/lib/ui/home_page/components/scanner_widget.dart +++ b/lib/ui/home_page/components/scanner_widget.dart @@ -88,7 +88,7 @@ class _ScannerWidgetState extends State { final List barcodes = capture.barcodes; final barcode = barcodes.firstOrNull; - // TODO(NIk): What this should do is - for each QR code, determine whether or not + // TODO(NIK): What this should do is - for each QR code, determine whether or not // we can handle it - skip if we can't handle it (example: non-ESR URL) // Take the first one we can handle, and pass it up the block and close the scanner // If we can't handle any, keep scanning.