Budget setting and all dollar to chf
All checks were successful
Build and Push / build (push) Successful in 1m33s
All checks were successful
Build and Push / build (push) Successful in 1m33s
This commit is contained in:
@@ -126,12 +126,7 @@ export function BudgetEditableCard({
|
||||
<>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => {
|
||||
// Temporary debug aid — if clicks reach the handler we'll
|
||||
// see this in the browser console. Remove once confirmed.
|
||||
console.log("[BudgetEditableCard] open clicked");
|
||||
setOpen(true);
|
||||
}}
|
||||
onClick={() => setOpen(true)}
|
||||
className="bg-surface-1 border border-accent/40 rounded-xl p-4 text-left hover:border-accent transition-colors cursor-pointer focus:outline-none focus:ring-2 focus:ring-accent/40 group block w-full"
|
||||
>
|
||||
<div className="text-xs text-text-muted mb-1 flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user