Skip to content

Commit

Permalink
πŸ’„ Tx expanded by default
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 2, 2024
1 parent 9f3bdda commit bf21dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TransactionRaw extends ConsumerStatefulWidget {
}

class TransactionRawState extends ConsumerState<TransactionRaw> {
bool _isExpanded = false;
bool _isExpanded = true;
bool _isJsonView = false;

@override
Expand Down

0 comments on commit bf21dea

Please sign in to comment.