adding missing css to public_charge

This commit is contained in:
ben 2022-11-26 02:10:47 +00:00 committed by dni ⚡
parent 13d2c93007
commit 2fcf2153c3

View file

@ -19,6 +19,7 @@ def public_charge(charge: Charges):
"time_elapsed": charge.time_elapsed,
"time_left": charge.time_left,
"paid": charge.paid,
"custom_css": charge.custom_css,
}
if charge.paid: