Skip to content

Commit

Permalink
Convert dates to number for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 10, 2024
1 parent 1ade6e2 commit 080eb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function Frame({ selectedFolderURL, setSelectedFolderURL }) {
.then((_paths) => {
const pathObjects = _paths.map((file) => ({
...file,
mtime: +file.mtime,
id: uuidv4(),
}));
if (!pathObjects.length) {
Expand Down

0 comments on commit 080eb6d

Please sign in to comment.