mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
linting
This commit is contained in:
parent
48b7d54b52
commit
41c176c746
1 changed files with 6 additions and 1 deletions
|
@ -144,7 +144,12 @@ function LoadingSkeleton() {
|
|||
);
|
||||
}
|
||||
|
||||
function AvailableAgentSkills({ skills, settings, toggleAgentSkill, setHasChanges }) {
|
||||
function AvailableAgentSkills({
|
||||
skills,
|
||||
settings,
|
||||
toggleAgentSkill,
|
||||
setHasChanges,
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<div className="flex flex-col mb-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue