Skip to content

Commit

Permalink
Add recent to search props (glitch-soc#2394)
Browse files Browse the repository at this point in the history
The new search popout requires the `recent` prop to be set, otherwise onboarding crashes with "recent is undefined"

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
  • Loading branch information
Plastikmensch authored Sep 3, 2023
1 parent ee02b10 commit 6b0702a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const PageThree = ({ myAccount }) => (
onSubmit={noop}
onClear={noop}
onShow={noop}
recent={{}}
/>

<div className='pseudo-drawer'>
Expand Down

0 comments on commit 6b0702a

Please sign in to comment.