Skip to content

Commit

Permalink
Commit to test runpod rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Dec 26, 2024
1 parent 00810da commit 6c60512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viz/src/components/CustomStructureViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const CustomStructureViewer = ({
plugin.dataTransaction(async () => {
for (const s of plugin.managers.structure.hierarchy.current.structures) {
await plugin.managers.structure.component.updateRepresentationsTheme(s.components, {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
color: ResidueColorTheme.propertyProvider.descriptor.name as any,
});
}
Expand Down

0 comments on commit 6c60512

Please sign in to comment.