Skip to content

Commit f39c8cb

Browse files
committed
Update MainDashboard.jsx
1 parent 518c52a commit f39c8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MainDashboard/MainDashboard.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const MainDashboard = () => {
77
return (
88
<div className={css.container}>
99
{/* <DashboardMessage /> */}
10-
<AddColumnBtn/>
10+
{/* <AddColumnBtn/> */}
1111
<TaskColumn />
1212
</div>
1313
);

0 commit comments

Comments
 (0)