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:
Daniel Valdivia
2021-09-22 11:44:58 -07:00
committed by GitHub
parent e6f4ac1e6c
commit 4cdb862ae6

View File

@@ -774,7 +774,7 @@ const ListObjects = ({
}
}
if (element.indexOf(".") < 0) {
if (!element.endsWith("/") && element.indexOf(".") < 0) {
icon = <FileMissingIcon />;
}