🔧 Fixes to Library

This commit is contained in:
2021-10-31 17:36:38 -07:00
parent cdbe39c0c7
commit 5964221c61

View File

@@ -39,7 +39,7 @@ export const Library = ({}: IComicBookLibraryProps): ReactElement => {
const RawFileDetails = ({ value }) => {
if (!isNil(value.path)) {
const encodedFilePath = encodeURI(
`${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.cover.filePath),
`${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.path),
);
const filePath = escapePoundSymbol(encodedFilePath);
return (