🪰 Making the "fly" out sliding panel reusable
This commit is contained in:
@@ -39,7 +39,7 @@ export const RecentlyImported = ({
|
||||
if (!isNil(rawFileDetails)) {
|
||||
const encodedFilePath = encodeURI(
|
||||
"http://localhost:3000" +
|
||||
removeLeadingPeriod(rawFileDetails.path),
|
||||
removeLeadingPeriod(rawFileDetails.cover.filePath),
|
||||
);
|
||||
imagePath = escapePoundSymbol(encodedFilePath);
|
||||
comicName = rawFileDetails.name;
|
||||
|
||||
Reference in New Issue
Block a user