diff --git a/interface/app/$libraryId/settings/library/locations/AddLocationButton.tsx b/interface/app/$libraryId/settings/library/locations/AddLocationButton.tsx index c1f08aa13..e454df9e2 100644 --- a/interface/app/$libraryId/settings/library/locations/AddLocationButton.tsx +++ b/interface/app/$libraryId/settings/library/locations/AddLocationButton.tsx @@ -62,7 +62,7 @@ export const AddLocationButton = ({ path, className, onClick, ...props }: AddLoc {...props} > {path ? ( -
+
{ sourceParentPath: path ?? '/', type: 'Copy', indexedArgs, - ephemeralArgs, + ephemeralArgs }; } }); @@ -54,7 +54,7 @@ export const useKeyCopyCutPaste = () => { sourceParentPath: path ?? '/', type: 'Cut', indexedArgs, - ephemeralArgs, + ephemeralArgs }; } }); diff --git a/packages/assets/scripts/generate.mjs b/packages/assets/scripts/generate.mjs index 889fd0f1f..7b4b61146 100644 --- a/packages/assets/scripts/generate.mjs +++ b/packages/assets/scripts/generate.mjs @@ -13,7 +13,14 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import prettier from 'prettier'; -const assetFolders = ['icons', 'images', 'svgs/brands', 'svgs/ext/Extras', 'svgs/ext/Code', 'videos']; +const assetFolders = [ + 'icons', + 'images', + 'svgs/brands', + 'svgs/ext/Extras', + 'svgs/ext/Code', + 'videos' +]; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); diff --git a/packages/assets/videos/index.ts b/packages/assets/videos/index.ts index c14075644..98448da28 100644 --- a/packages/assets/videos/index.ts +++ b/packages/assets/videos/index.ts @@ -1,5 +1,3 @@ import Fda from './fda.mp4'; -export { -Fda -} +export { Fda };