We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8080d75 commit b12e7b5Copy full SHA for b12e7b5
pcweb/pages/hosting_countdown/timer.py
@@ -4,7 +4,7 @@
4
def timer():
5
remove_negative_sign = rx.vars.function.ArgsFunctionOperation.create(
6
args_names=("t",),
7
- return_expr=rx.vars.sequence.string_replace_operation(rx.Var("t"), "-", ""),
+ return_expr=rx.vars.sequence.string_replace_operation(rx.Var("t").to(str), "-", ""),
8
)
9
10
return rx.box(
0 commit comments