Skip to content

Commit a907e77

Browse files
committed
removed <p> tag from cell component
1 parent a5a7fd7 commit a907e77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

path-finding/src/Cell/Cell.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ function CellSquare({ state }) {
149149
}
150150
}}
151151
onClick={(evt) => assignFinishOrStart(evt, cell)}
152-
>
153-
<p>{/* X: {cell.x} Y: {cell.y} */}</p>
154-
</div>
152+
/>
155153
);
156154
}

0 commit comments

Comments
 (0)