🔧 Fixes to Library
This commit is contained in:
@@ -39,7 +39,7 @@ export const Library = ({}: IComicBookLibraryProps): ReactElement => {
|
|||||||
const RawFileDetails = ({ value }) => {
|
const RawFileDetails = ({ value }) => {
|
||||||
if (!isNil(value.path)) {
|
if (!isNil(value.path)) {
|
||||||
const encodedFilePath = encodeURI(
|
const encodedFilePath = encodeURI(
|
||||||
`${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.cover.filePath),
|
`${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.path),
|
||||||
);
|
);
|
||||||
const filePath = escapePoundSymbol(encodedFilePath);
|
const filePath = escapePoundSymbol(encodedFilePath);
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user