diff --git a/platform/viewer/src/connectedComponents/ToolbarRow.js b/platform/viewer/src/connectedComponents/ToolbarRow.js index bea301bfb..86839fe07 100644 --- a/platform/viewer/src/connectedComponents/ToolbarRow.js +++ b/platform/viewer/src/connectedComponents/ToolbarRow.js @@ -95,10 +95,9 @@ class ToolbarRow extends Component { }); // TODO: This should come from extensions, instead of being baked in - this.buttonGroups.right.unshift({ + this.buttonGroups.left.unshift({ value: 'studies', icon: 'th-large', - from: 'left', bottomLabel: this.props.t('Series'), }); }