usability fixes
This commit is contained in:
@@ -216,7 +216,8 @@ class _TransactionItemWidgetState extends State<TransactionItemWidget> {
|
||||
),
|
||||
|
||||
// Quick actions row (only shown when onRepeat is provided)
|
||||
if (widget.onRepeat != null) ...[
|
||||
if (widget.onRepeat != null &&
|
||||
widget.transaction['batchId'] == null) ...[
|
||||
const SizedBox(height: 10),
|
||||
Divider(
|
||||
height: 1,
|
||||
|
||||
Reference in New Issue
Block a user