We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b9598 commit e150dfdCopy full SHA for e150dfd
packages/browser-sdk/src/toolbar/Toolbar.tsx
@@ -77,10 +77,6 @@ export default function Toolbar({
77
a.key.localeCompare(b.key),
78
);
79
80
- const sortedFeatures = [...searchedFeatures].sort((a, b) =>
81
- a.key.localeCompare(b.key),
82
- );
83
-
84
const appBaseUrl = bucketClient.getConfig().appBaseUrl;
85
86
const { isOpen, close, toggle } = useDialog();
0 commit comments