Skip to content

Commit

Permalink
Tick icon removed from the rep list
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Nov 23, 2021
1 parent 3dddf93 commit 5853f25
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ui/settings/changerepresentative_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,6 @@ class AppChangeRepresentativeSheet {
WidgetSpan(
child: SizedBox(width: 10.0),
),
WidgetSpan(
child: Icon(
rep.online
? AppIcons.success
: AppIcons.warning,
color: StateContainer.of(context)
.curTheme
.primary,
size: 14.0,
),
),
],
),
),
Expand Down

0 comments on commit 5853f25

Please sign in to comment.