Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindotdev authored Jan 21, 2024
1 parent d81742a commit 602bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/qr_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Future<void> showQRDialog(BuildContext context, String shortCode) async {
final kzillaUrl = 'https://kzilla.xyz/$shortCode';

Future _shareQRImage() async {
final kzlogo = await loadImage(context, "assets/kz_logo.png")
final kzlogo = await loadImage(context, "assets/kz_logo.png");

final image = await QrPainter(
data: kzillaUrl,
Expand Down

0 comments on commit 602bac7

Please sign in to comment.