Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Sep 23, 2024
1 parent d2529b5 commit 00d62e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/widgets/conversation/badges_widget.dart
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:flutter_svg/svg.dart';
import 'package:mixin_bot_sdk_dart/mixin_bot_sdk_dart.dart';

import '../../../constants/resources.dart';
import '../../utils/app_lifecycle.dart';
import '../cache_image.dart';

class BadgesWidget extends HookWidget {
class BadgesWidget extends StatelessWidget {
const BadgesWidget({
required this.verified,
required this.isBot,
Expand Down

0 comments on commit 00d62e3

Please sign in to comment.