fixing types
This commit is contained in:
@@ -60,6 +60,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ location, bill }) => {
|
||||
setBarcodeResults(null);
|
||||
|
||||
const results = await findDecodePdf417(event);
|
||||
|
||||
if(results && results.length > 0) {
|
||||
|
||||
if(results.length === 1) {
|
||||
|
||||
Reference in New Issue
Block a user