Skip to content

Commit

Permalink
place button back
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Jun 28, 2023
1 parent 578b486 commit b0833fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TaskColumn/TaskColumn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const TaskColumn = ({ columnId }) => {
}),
);
};
if (cards?.length === 0) return;
// if (cards?.length === 0) return;
return (
<>
<ul
Expand All @@ -85,7 +85,6 @@ export const TaskColumn = ({ columnId }) => {
columnId={task.columnId}
/>
))}
{/* <TaskCard columnId={columnId} /> */}
</ul>
<AddButton
title="Add another card"
Expand Down

0 comments on commit b0833fb

Please sign in to comment.