mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Use opening fragment instead of div (#5872)
This commit is contained in:
@@ -1582,7 +1582,7 @@ export default function Board() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<div className="status">{status}</div>
|
||||
<div className="board-row">
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user