diff --git a/src/apps/fee-list/stackable-fees/stackable-fees.tsx b/src/apps/fee-list/stackable-fees/stackable-fees.tsx index 137923c47a..558545c9ec 100644 --- a/src/apps/fee-list/stackable-fees/stackable-fees.tsx +++ b/src/apps/fee-list/stackable-fees/stackable-fees.tsx @@ -31,12 +31,17 @@ const StackableFees: FC = ({ const { amount = 0, creationDate = "", reasonMessage = "" } = feeData; const stackSize = amountOfMaterialsWithDueDate - 1; const listReservationClass = clsx(["list-reservation", "my-32"], { - "list-reservation--stacked": stackSize > 1 + "list-reservation--stacked": stackSize > 0 }); return (