Skip to content

Commit

Permalink
fix: remove history button from Friend details dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tychon committed Jan 22, 2025
1 parent 8ffb7f4 commit d88a08c
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ class ContactPage extends ConsumerWidget {
contactData: contactData,
),
),
if (contactData.hasIceAccount)
Positioned(
top: 16.0.s,
right: 16.0.s,
child: Button.icon(
size: 32.0.s,
type: ButtonType.dropdown,
onPressed: () {},
icon: Assets.svg.iconButtonHistory.icon(),
),
),
],
),
SizedBox(
Expand Down

0 comments on commit d88a08c

Please sign in to comment.