Skip to content

Commit

Permalink
🐛 fix display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Sep 23, 2024
1 parent 4d01686 commit 4f50efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qalib/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
else interaction
)
self._renderer = renderer
self._displayed = False
self._displayed = getattr(interaction, "_displayed", False)

async def rendered_send(
self,
Expand Down

0 comments on commit 4f50efd

Please sign in to comment.