diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ec8cbd..1d1d829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Rendered more hooks than during the previous render in `FileList` - [#142](https://github.com/estruyf/vscode-front-matter/issues/142): Fix for unknown tags where it throws an error +- [#143](https://github.com/estruyf/vscode-front-matter/issues/143): Fix for duplicate values in the file list ## [5.0.0] - 2021-10-07 - [Release Notes](https://beta.frontmatter.codes/updates/v5.0.0) diff --git a/src/panelWebView/components/FileList.tsx b/src/panelWebView/components/FileList.tsx index c0141f65..e1594cad 100644 --- a/src/panelWebView/components/FileList.tsx +++ b/src/panelWebView/components/FileList.tsx @@ -22,7 +22,7 @@ export const FileList: React.FunctionComponent = ({files, folder