mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#143 - Fix for recent files unique values
This commit is contained in:
@@ -22,7 +22,7 @@ export const FileList: React.FunctionComponent<IFileListProps> = ({files, folder
|
||||
<ul className="file_list__items">
|
||||
{
|
||||
files.map(file => (
|
||||
<FileItem key={file.fileName} name={file.fileName} path={file.filePath} />
|
||||
<FileItem key={file.filePath} name={file.fileName} path={file.filePath} />
|
||||
))
|
||||
}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user