diff --git a/client/components/MobileTrackerRow.jsx b/client/components/MobileTrackerRow.jsx index 40f4356..4c82f2a 100644 --- a/client/components/MobileTrackerRow.jsx +++ b/client/components/MobileTrackerRow.jsx @@ -175,14 +175,6 @@ export const MobileTrackerRow = React.memo(function MobileTrackerRow({ row, year
- {row.autopay_enabled && ( - - AP - - )} + {row.autopay_enabled && ( + + AP + + )}
{row.monthly_notes && (

diff --git a/client/pages/TrackerPage.jsx b/client/pages/TrackerPage.jsx index 9faa8d8..859c43f 100644 --- a/client/pages/TrackerPage.jsx +++ b/client/pages/TrackerPage.jsx @@ -1016,9 +1016,6 @@ function Row({ row, year, month, refresh, index, onEditBill }) { {/* Bill name + category + monthly notes (if set) */}

- {row.autopay_enabled && ( - - )}
{row.website ? ( @@ -1039,6 +1036,14 @@ function Row({ row, year, month, refresh, index, onEditBill }) { {row.name} )} + {row.autopay_enabled && ( + + AP + + )}