Addressed prettier issue.
Signed-off-by: Amaury <amaury.lopezdiaz@gmail.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user