src/smart-components/workspaces/workspaces.tsx
Function Workspaces
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Workspaces = () => {
const intl = useIntl();
const dispatch = useDispatch();
const selection = useDataViewSelection({ matchOption: (a, b) => a.id === b.id });