Skip to content

Commit 1e1e9e4

Browse files
committed
no annoying extra lines
1 parent ee8e89e commit 1e1e9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex/components/component.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,7 @@ def create(cls, component: Component) -> StatefulComponent | None:
24132413
tag_name = cls._get_tag_name(component)
24142414
if tag_name is None:
24152415
return None
2416+
24162417
# Look up the tag in the cache
24172418
stateful_component = cls.tag_to_stateful_component.get(tag_name)
24182419
if stateful_component is None:

0 commit comments

Comments
 (0)