Fix type error

This commit is contained in:
James Grugett 2022-09-05 18:13:01 -05:00
parent cd8bb72f94
commit f21711f3dc

View File

@ -156,7 +156,6 @@ function SearchSection(props: {
? sort ? sort
: undefined : undefined
} }
showProbChange={sort === 'prob-change-day'}
loadMore={loadMore} loadMore={loadMore}
/> />
) : ( ) : (