diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index 4e1f7bcca9..cc2159126e 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -241,7 +241,6 @@ var PersonalPins = (_ => { } }), BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.QuickSelect, { - spacing: -2, label: this.labels.popout_sort_text + ":", value: buttonInstance.props.selectedSort, options: sortKeys.map(key => this.getValue(key, "sort")),