Skip to content

Commit

Permalink
reverse deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
arslaan07 committed Sep 16, 2024
1 parent 9a767d5 commit d8f98b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function App() {
<div style={{ }} className='flex flex-wrap justify-evenly gap-4 w-full p-4'>
{tasksToDisplay.length > 0 ?

[...tasksToDisplay].reverse().map((t, i) => {
tasksToDisplay.reverse().map((t, i) => {
return <div key={i} className=''>
<div style={{width: '40vw'}} className='card flex border-2 border-zinc-300 rounded-md mt-2 p-3 justify-between' >

Expand Down

0 comments on commit d8f98b7

Please sign in to comment.