use CustomZapView

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-05-09 12:18:37 -04:00
parent a9a819f742
commit 5598cc8ba0
8 changed files with 49 additions and 23 deletions

View File

@@ -97,6 +97,9 @@ fn execute_note_action(
)
}
ZapAction::ClearError(target) => clear_zap_error(&sender, zaps, target),
ZapAction::CustomizeAmount(target) => {
router.route_to(Route::CustomizeZapAmount(target.to_owned()))
}
}
None