mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
count fix
This commit is contained in:
parent
84adbf3bcf
commit
0c6508af52
@ -74,7 +74,7 @@ function MediaPreviewList({ hoverable, files }) {
|
||||
return (
|
||||
<React.Fragment key={JSON.stringify(file)}>
|
||||
{index === 3 && files.length - 4 > 0
|
||||
? renderText(files.length - 4)
|
||||
? renderText(files.length - 3)
|
||||
: renderItem(file)}
|
||||
</React.Fragment>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user