mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
Generated by Spark: Fix all reported errors.
This commit is contained in:
@@ -757,7 +757,7 @@ export function FeatureIdeaCloud() {
|
||||
setIdeas((currentIdeas) => {
|
||||
const existing = (currentIdeas || []).find(i => i.id === selectedIdea.id)
|
||||
if (existing) {
|
||||
} else {
|
||||
return (currentIdeas || []).map(i => i.id === selectedIdea.id ? selectedIdea : i)
|
||||
} else {
|
||||
return [...(currentIdeas || []), selectedIdea]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user