Skip to content

Commit

Permalink
build: 💚 Deploy Fix Try
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrunner360 committed Apr 14, 2024
1 parent 4b088cf commit 93c4437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Board = () => {
rotate: "40deg",
}}
/>
{memoizedValue.reverse().map((i, ind) => {
{memoizedValue.map((i, ind) => {
return (
<tr className="p-4" key={ind + +new Date()}>
{i.map((ij) => {
Expand Down

0 comments on commit 93c4437

Please sign in to comment.