Skip to content

Commit

Permalink
frontend formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
esxr committed Apr 26, 2024
1 parent 6953d09 commit 2b7a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/useConfigList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function useConfigList(): ConfigListProps {
method: "DELETE",
});
setConfigs(
(configs?.filter((config) => config.assistant_id !== assistantId)) || []
configs?.filter((config) => config.assistant_id !== assistantId) || [],
);
},
[configs],
Expand Down

0 comments on commit 2b7a203

Please sign in to comment.