Addressed prettier issue.

Signed-off-by: Amaury <amaury.lopezdiaz@gmail.com>
This commit is contained in:
Amaury
2023-05-21 20:05:29 +01:00
parent 47479cd2ba
commit 330516ce00
@@ -7,8 +7,9 @@ type Props = {
};
const PluginsFilter = ({ categories, handleChipClick }: Props) => {
const alphaCategories = categories.sort((a,b) => a.name.localeCompare(b.name))
const alphaCategories = categories.sort((a, b) =>
a.name.localeCompare(b.name),
);
return (
<div className="dropdown dropdown--hoverable">
<button className="button button--info dropdown__toggle">