Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Jul 1, 2023
1 parent 5911593 commit 8d56dc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/import/bloc/import_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class ImportWalletCubit extends Cubit<ImportState> {
required this.walletUpdate,
}) : super(
const ImportState(
words: [
...r2,
],
),
// words: [
// ...r2,
// ],
),
);

final Barcode barcode;
Expand Down

0 comments on commit 8d56dc8

Please sign in to comment.