diff --git a/packages/desktop-client/src/components/budget/MobileBudget.tsx b/packages/desktop-client/src/components/budget/MobileBudget.tsx index 4c930a240bb..b8f5d86eceb 100644 --- a/packages/desktop-client/src/components/budget/MobileBudget.tsx +++ b/packages/desktop-client/src/components/budget/MobileBudget.tsx @@ -73,8 +73,6 @@ function BudgetInner(props: BudgetInnerProps) { const [currentMonth, setCurrentMonth] = useState(currMonth); const [initialized, setInitialized] = useState(false); const [editMode, setEditMode] = useState(false); - const [editingBudgetCategoryId, setEditingBudgetCategoryId] = useState(null); - const [openBalanceActionMenuId, setOpenBalanceActionMenuId] = useState(null); useEffect(() => { async function init() {