Remove usage of the size prop.

You can have it any size you like as long as it's 8px.
This commit is contained in:
David Baker
2026-06-08 10:09:51 +01:00
parent 0409f2d117
commit 2fa09e2939
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ describe("WithPresenceIndicator", () => {
function renderComponent() {
return render(
<WithPresenceIndicator room={room} size="32px">
<WithPresenceIndicator room={room}>
<span />
</WithPresenceIndicator>,
);