diff --git a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx index c55c2b12472..545bd6c4eb9 100644 --- a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx +++ b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx @@ -89,7 +89,6 @@ export default function ActiveWorkspaces() { key={workspace.id} draggableId={workspace.id.toString()} index={index} - isDragDisabled={user?.role === "default"} > {(provided, snapshot) => (
- {user?.role !== "default" && ( -
- -
- )} +
+ +