Skip to content

Commit

Permalink
Update details_panel.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Jun 25, 2024
1 parent 60db794 commit e59c82d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions lib/components/details_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -745,17 +745,6 @@ class _DetailsPanelState extends State<DetailsPanel> {
.buttonNormalRegular()
.copyWith(decoration: TextDecoration.underline),
),
// const SizedBox(width: 4),
// ArDriveIconButton(
// tooltip: appLocalizationsOf(context).viewOnViewBlock,
// icon: ArDriveIcons.newWindow(size: 20),
// onPressed: () {
// openUrl(
// url:
// 'https://viewblock.io/arweave/tx/${state.metadataTxId}',
// );
// },
// ),
const SizedBox(width: 12),
CopyButton(
text: state.metadataTxId,
Expand Down Expand Up @@ -789,16 +778,6 @@ class _DetailsPanelState extends State<DetailsPanel> {
),
),
),
// const SizedBox(width: 4),
// ArDriveIconButton(
// tooltip: appLocalizationsOf(context).viewOnViewBlock,
// icon: ArDriveIcons.newWindow(size: 20),
// onPressed: () {
// openUrl(
// url: 'https://viewblock.io/arweave/tx/${item.dataTxId}',
// );
// },
// ),
const SizedBox(width: 12),
CopyButton(
text: item.dataTxId,
Expand Down

0 comments on commit e59c82d

Please sign in to comment.