Skip to content

Commit

Permalink
Remove unneeded space
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Dec 30, 2024
1 parent 3099436 commit 3282506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reactpy_django/templatetags/reactpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def component(
)
_logger.error(msg)
return failure_context(dotted_path, ComponentCarrierError(msg))

_prerender_html = prerender_component(user_component, args, kwargs, uuid, request)

# Fetch the offline component's HTML, if requested
Expand Down

0 comments on commit 3282506

Please sign in to comment.