Skip to content

Commit

Permalink
Update meinberlin/react/plans/SaveSearchProfile.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp <[email protected]>
  • Loading branch information
sevfurneaux and vellip authored Feb 6, 2025
1 parent 8a4a46c commit b43860f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion meinberlin/react/plans/SaveSearchProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ export default function SaveSearchProfile ({
)
}

return <div className="save-search-profile"><CreateSearchProfileButton {...props} searchProfilesCount={searchProfilesCount} /></div>
return (
<div className="save-search-profile">
<CreateSearchProfileButton {...props} searchProfilesCount={searchProfilesCount} />
</div>
)
}

function CreateSearchProfileButton ({
Expand Down

0 comments on commit b43860f

Please sign in to comment.