Fix folder icon (#1074)
* Compute Pool Fields on Refresh Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> * Fix Folder Icon Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
@@ -774,7 +774,7 @@ const ListObjects = ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (element.indexOf(".") < 0) {
|
if (!element.endsWith("/") && element.indexOf(".") < 0) {
|
||||||
icon = <FileMissingIcon />;
|
icon = <FileMissingIcon />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user