pl-fe: Fix placeholder display
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -185,7 +185,7 @@ const ScrollableList = React.forwardRef<Virtualizer<any, any>, IScrollableList &
|
||||
position: 'relative',
|
||||
}}
|
||||
>
|
||||
{!showLoading && data.length ? (
|
||||
{(!showLoading || showPlaceholder) && data.length ? (
|
||||
<>
|
||||
{prepend}
|
||||
{virtualItems.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user