mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Fix a mistake
This commit is contained in:
@@ -517,7 +517,7 @@ export default function App() {
|
||||
{show ? 'Close chat' : 'Open chat'}
|
||||
</button>
|
||||
{show && <hr />}
|
||||
{show && <ChatRoom roomId={roomId} />}
|
||||
{show && <ChatRoom />}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user