mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
Add recent to search props (#2394)
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>
This commit is contained in:
@@ -78,6 +78,7 @@ const PageThree = ({ myAccount }) => (
|
|||||||
onSubmit={noop}
|
onSubmit={noop}
|
||||||
onClear={noop}
|
onClear={noop}
|
||||||
onShow={noop}
|
onShow={noop}
|
||||||
|
recent={{}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className='pseudo-drawer'>
|
<div className='pseudo-drawer'>
|
||||||
|
|||||||
Reference in New Issue
Block a user