Skip to content

Commit

Permalink
[meetup] remove redundant frame in meetup scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 3, 2023
1 parent a9a994b commit 93d06c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/lib/page-encointer/meetup/scan_claim_qr_code.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@ class _ScanClaimQrCodeState extends State<ScanClaimQrCode> {
helpWidget: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Container(
width: MediaQuery.of(context).size.width * 0.7,
height: MediaQuery.of(context).size.width * 0.7,
decoration: BoxDecoration(
color: Colors.transparent,
border: Border.all(color: Colors.white38, width: 2),
borderRadius: const BorderRadius.all(Radius.circular(24)),
),
),
Observer(builder: (_) {
final txt = l10n.claimsScannedNOfM(
store.encointer.communityAccount!.scannedAttendeesCount,
Expand Down

0 comments on commit 93d06c6

Please sign in to comment.