Fixed Bug :)

This commit is contained in:
Maddox Werts 2025-08-01 18:31:47 -04:00
parent d7721b3a8f
commit 6a6dd68a32

View file

@ -75,7 +75,7 @@ export component Prorater inherits Window {
Button {
text: "Calculate";
clicked => {
//calculate_msg = on_calculate();
calculate_msg = on_calculate();
calculation.show();
}
}