Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Dec 8, 2024
1 parent 43b94f3 commit ac2b6b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/lib/features/team-members-kanban-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export const KanbanView = ({ kanbanBoardTasks, isLoading }: { kanbanBoardTasks:
className={cn(
'flex flex-1 flex-row gap-2 min-h-fit px-8 lg:px-0 w-full h-full',
snapshot.isDraggingOver ? 'bg-slate-200 dark:bg-slate-800' : '',
// !fullWidth && 'x-contane pl-0'
)}
ref={provided.innerRef}
{...provided.droppableProps}
Expand Down

0 comments on commit ac2b6b9

Please sign in to comment.