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:
@@ -32,7 +32,7 @@ describe("WithPresenceIndicator", () => {
|
||||
|
||||
function renderComponent() {
|
||||
return render(
|
||||
<WithPresenceIndicator room={room} size="32px">
|
||||
<WithPresenceIndicator room={room}>
|
||||
<span />
|
||||
</WithPresenceIndicator>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user