Skip to content
Snippets Groups Projects
Commit 66983898 authored by joesong168's avatar joesong168 Committed by Chris Beer
Browse files

Fix typo in WindowSideBarCollectionPanel

parent 3c9f429f
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export class WindowSideBarCollectionPanel extends Component {
const behaviors = collection.getProperty('behavior');
if (Array.isArray(behaviors)) return collection.includes('multi-part');
if (Array.isArray(behaviors)) return behaviors.includes('multi-part');
return behaviors === 'multi-part';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment