Skip to content

Commit eb438ef

Browse files
authored
add to str to cn calls (#1324)
1 parent c2bbe47 commit eb438ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pcweb/components/link_button.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def cn(class_1: Var | str, class_2: Var | str = "") -> Var:
3232
)
3333
.to(FunctionVar)
3434
.call(class_1, class_2)
35+
.to(str)
3536
)
3637

3738

0 commit comments

Comments
 (0)