From db6d7b3638adba6d6d1271af24c03f799505ffa6 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 30 May 2020 18:15:18 +0200 Subject: [PATCH] Update PersonalPins.plugin.js --- Plugins/PersonalPins/PersonalPins.plugin.js | 1 - 1 file changed, 1 deletion(-) 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")),